veritas-kanban/shared/package.json
Brad Groux e5aba49e61
Some checks failed
CI / Select Test Scope (push) Waiting to run
CI / Lint & Type Check (push) Waiting to run
CI / Changed Tests (push) Blocked by required conditions
CI / Workspace Unit Tests (push) Blocked by required conditions
CI / Build (push) Waiting to run
CI / Security Audit (push) Waiting to run
Desktop Artifacts / Unsigned macOS Artifact (push) Has been cancelled
Desktop Artifacts / Unsigned Linux Artifacts (push) Has been cancelled
Desktop Artifacts / Unsigned Windows Artifacts (push) Has been cancelled
chore: prepare Veritas Kanban 6.1.0 (#1137)
* chore: prepare v6.1.0 release

* docs: record v6.1.0 release gate evidence

* test: cover CLI fork idempotency

* test: separate live MCP integration coverage
2026-07-26 06:22:01 -05:00

41 lines
1 KiB
JSON

{
"name": "@veritas-kanban/shared",
"version": "6.1.0",
"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 <brad@digitalmeld.io>",
"repository": {
"type": "git",
"url": "https://github.com/BradGroux/veritas-kanban.git"
}
}