38 lines
743 B
JSON
38 lines
743 B
JSON
{
|
|
"name": "@ocas/cli",
|
|
"version": "0.4.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"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"prompts"
|
|
],
|
|
"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"
|
|
}
|
|
}
|