mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
* chore: prepare v6.1.2 release * chore: refresh reviewed gitleaks fingerprints * docs: record release gate corrections * docs: record v6.1.2 release evidence
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"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 <brad@digitalmeld.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BradGroux/veritas-kanban.git"
|
|
}
|
|
}
|