Files
rules_bun/tests/script_test/package.json
2026-03-06 19:51:52 +01:00

10 lines
150 B
JSON

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