00a536631a
- Replace better-sqlite3 with built-in node:sqlite (DatabaseSync) - Add transaction() helper for manual BEGIN/COMMIT/ROLLBACK - Suppress ExperimentalWarning in CLI tests with --no-warnings - Remove better-sqlite3 from dependencies and onlyBuiltDependencies - No more native addon compilation issues across Node versions
35 lines
736 B
JSON
35 lines
736 B
JSON
{
|
|
"name": "@ocas/workspace",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.16",
|
|
"@shazhou/proman": "0.4.1",
|
|
"@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",
|
|
"bugs": {
|
|
"url": "https://github.com/shazhou-ww/ocas/issues"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
],
|
|
"overrides": {}
|
|
}
|
|
}
|