mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 10:54:59 +00:00
40 lines
957 B
JSON
40 lines
957 B
JSON
{
|
|
"name": "@veritas-kanban/shared",
|
|
"version": "5.0.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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|