Files
ocas/package.json
T
xiaoju 73db7b9cac
CI / check (pull_request) Successful in 2m10s
fix: add allowBuilds for pnpm 11 CI
2026-06-04 10:39:12 +00:00

32 lines
689 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": "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",
"engines": {
"node": ">=22.5.0"
},
"bugs": {
"url": "https://github.com/shazhou-ww/ocas/issues"
}
}