ff4c4f3eff
All dev commands handled by proman at root level.
workspace:* safety handled by proman release flow.
小橘 🍊
22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"name": "@ocas/cli",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"bin": {
|
|
"ocas": "src/index.ts"
|
|
},
|
|
"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"
|
|
}
|
|
}
|