Files
rules_bun/tests/script_test/package.json
2026-03-06 20:34:11 +01:00

13 lines
206 B
JSON

{
"name": "script-test",
"private": true,
"type": "module",
"scripts": {
"hello": "bun ./hello.ts",
"print-env": "bun ./env.ts"
},
"devDependencies": {
"@types/bun": "^1.3.10"
}
}