25 lines
519 B
JSON
25 lines
519 B
JSON
{
|
|
"name": "@ocas/cli",
|
|
"version": "0.2.1",
|
|
"type": "module",
|
|
"bin": {
|
|
"ocas": "dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@ocas/core": "0.2.1",
|
|
"@ocas/fs": "0.2.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|