Files
rules_bun/tests/script_test/package.json
Eric a9e2be6f63
Some checks failed
CI / test (ubuntu-latest, linux-x64) (push) Failing after 37s
CI / test (macos-14, darwin-arm64) (push) Has been cancelled
CI / test (windows-latest, windows) (push) Has been cancelled
feat: bun_script
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"
}
}