{ "name": "@veritas-kanban/shared", "version": "6.1.2", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./types/governance": { "types": "./dist/types/governance.d.ts", "import": "./dist/types/governance.js" }, "./types/policy": { "types": "./dist/types/policy.d.ts", "import": "./dist/types/policy.js" }, "./types/workflow": { "types": "./dist/types/workflow.d.ts", "import": "./dist/types/workflow.js" }, "./schemas/run-event-envelope.v1.json": "./schemas/run-event-envelope.v1.schema.json" }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "clean": "rm -rf dist" }, "devDependencies": { "typescript": "^6.0.3" }, "license": "MIT", "author": "Brad Groux ", "repository": { "type": "git", "url": "https://github.com/BradGroux/veritas-kanban.git" } }