Files
ocas/package.json
T
xiaoju fe56634160 fix: clean build 兼容性修复
- 根 package.json 加 @types/node(clean install 后 tsc 需要)
- CLI tests entrypoint 从 src/index.ts 改为 dist/index.js
- 局部 runCli 支持 rest 和 array 两种调用模式(rawArgs.flat())
- 所有剩余 tsx 引用改为 node

36/36 files pass, 617/617 tests pass

Fixes #64
2026-06-03 06:32:39 +00:00

29 lines
602 B
JSON

{
"name": "@ocas/workspace",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@shazhou/proman": "0.2.0",
"@types/node": "^25.9.1",
"tsx": "^4.22.4",
"ulidx": "^2.4.1",
"vitest": "^4.1.8"
},
"scripts": {
"build": "proman build",
"test": "proman test",
"check": "proman check",
"format": "proman format"
},
"repository": {
"type": "git",
"url": "https://github.com/shazhou-ww/ocas.git"
},
"homepage": "https://github.com/shazhou-ww/ocas",
"bugs": {
"url": "https://github.com/shazhou-ww/ocas/issues"
}
}