Files
spaceflow/commands/ci-shell/package.json
2026-02-15 22:02:21 +08:00

26 lines
611 B
JSON

{
"name": "@spaceflow/ci-shell",
"version": "0.19.0",
"description": "Spaceflow CI Shell 插件,用于在分支锁定/解锁之间执行 Shell 命令",
"type": "module",
"main": "./dist/index.js",
"scripts": {
"build": "spaceflow build",
"dev": "spaceflow dev"
},
"devDependencies": {
"@spaceflow/cli": "workspace:*",
"@types/node": "catalog:"
},
"peerDependencies": {
"@nestjs/common": "catalog:",
"@nestjs/config": "catalog:",
"@spaceflow/core": "workspace:*",
"nest-commander": "catalog:"
},
"spaceflow": {
"type": "flow",
"entry": "."
}
}