Files
ocas/packages/cli/package.json
T

34 lines
699 B
JSON

{
"name": "@ocas/cli",
"version": "0.3.0",
"description": "CLI for OCAS content-addressed store",
"keywords": [
"cas",
"cli",
"content-addressing"
],
"engines": {
"node": ">=22.5.0"
},
"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"
}
}