mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-09-09 22:51:03 +00:00
- Bump all package versions to 1.3.0 - README: version badge, blocked column, new feature highlights - CHANGELOG: full v1.2.0 and v1.3.0 entries - FEATURES.md: GitHub sync, activity feed, standup summary sections - FEATURES.md: storage architecture, API envelope docs, new CLI commands - FEATURES.md: updated API endpoints table and response format docs
28 lines
594 B
JSON
28 lines
594 B
JSON
{
|
|
"name": "@veritas-kanban/shared",
|
|
"version": "1.3.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"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Brad Groux <brad@digitalmeld.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BradGroux/veritas-kanban.git"
|
|
}
|
|
}
|