regime/templates/monorepo-root/package.json

11 lines
No EOL
240 B
JSON

{
"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"
}
}