mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-09-10 07:01:03 +00:00
- Bump all 6 package.json files from 0.1.0 to 1.0.0 - Add CHANGELOG.md with full feature summary - Git history scrubbed of security.json (JWT secret)
22 lines
423 B
JSON
22 lines
423 B
JSON
{
|
|
"name": "@veritas-kanban/shared",
|
|
"version": "1.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"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|