regime/templates/shared/library/package.json
2026-05-07 14:03:54 +02:00

13 lines
No EOL
260 B
JSON

{
"devDependencies": {
"@typescript/native-preview": "beta",
"@types/bun": "^1.3.13"
},
"scripts": {
"check": "tsgo --build",
"test": "bun test --pass-with-no-tests --tsconfig-override tsconfig.test.json"
},
"files": [
"src"
]
}