regime/templates/profile/monorepo/root/package.json
2026-05-12 02:07:52 +02:00

12 lines
No EOL
260 B
JSON

{
"type": "module",
"workspaces": {
"catalog": {
"@types/bun": "1.3.12"
}
},
"scripts": {
"test": "bun run --workspaces --parallel --no-exit-on-error test",
"check": "bun run --workspaces --parallel --no-exit-on-error check"
}
}