36ebf42f2f
- Bump all packages to 0.2.2 - Fix noNonNullAssertion in cli/index.ts - Fix unused imports in fs/sqlite-store.ts - Biome 2.4.16 migration + format all files - Update snapshots for version change
25 lines
531 B
JSON
25 lines
531 B
JSON
{
|
|
"name": "@ocas/cli",
|
|
"version": "0.2.2",
|
|
"type": "module",
|
|
"bin": {
|
|
"ocas": "dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@ocas/core": "workspace:*",
|
|
"@ocas/fs": "workspace:*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/shazhou-ww/ocas.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"homepage": "https://github.com/shazhou-ww/ocas/tree/main/packages/cli",
|
|
"bugs": {
|
|
"url": "https://github.com/shazhou-ww/ocas/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.1"
|
|
}
|
|
}
|