7e9bd26fec
- Use NODE_NO_WARNINGS=1 in execFileSync env instead of --no-warnings flag
- Remove overly broad process.removeAllListeners('warning') from CLI entry
- Add engines field requiring Node >=22.5.0 (node:sqlite availability)
- Update proman to 0.4.2
38 lines
779 B
JSON
38 lines
779 B
JSON
{
|
|
"name": "@ocas/workspace",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.16",
|
|
"@shazhou/proman": "0.4.2",
|
|
"@types/node": "^25.9.1",
|
|
"tsx": "^4.22.4",
|
|
"typescript": "^6.0.3",
|
|
"ulidx": "^2.4.1",
|
|
"vite": "^8.0.16",
|
|
"vitest": "^4.1.8"
|
|
},
|
|
"scripts": {
|
|
"build": "proman build",
|
|
"test": "vitest run",
|
|
"check": "proman check",
|
|
"format": "proman format"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/shazhou-ww/ocas.git"
|
|
},
|
|
"homepage": "https://github.com/shazhou-ww/ocas",
|
|
"engines": {
|
|
"node": ">=22.5.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shazhou-ww/ocas/issues"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
],
|
|
"overrides": {}
|
|
}
|
|
}
|