chore: migrate from node to bun #46

Merged
didavila merged 14 commits from test/bun into main 2026-03-25 10:14:24 +00:00
Showing only changes of commit 06c4356f16 - Show all commits

View File

@@ -18,8 +18,8 @@
"binary:linux-x64": "bun build --compile --target=bun-linux-x64 --outfile dist/bin/generate-clean-arch-linux-x64 main.ts", "binary:linux-x64": "bun build --compile --target=bun-linux-x64 --outfile dist/bin/generate-clean-arch-linux-x64 main.ts",
"binary:linux-arm64": "bun build --compile --target=bun-linux-arm64 --outfile dist/bin/generate-clean-arch-linux-arm64 main.ts", "binary:linux-arm64": "bun build --compile --target=bun-linux-arm64 --outfile dist/bin/generate-clean-arch-linux-arm64 main.ts",
"binary:windows": "bun build --compile --target=bun-windows-x64 --outfile dist/bin/generate-clean-arch-windows-x64.exe main.ts", "binary:windows": "bun build --compile --target=bun-windows-x64 --outfile dist/bin/generate-clean-arch-windows-x64.exe main.ts",
"lint": "eslint 'main.ts' 'src/**/*.ts' -f unix", "lint": "bunx --bun eslint 'main.ts' 'src/**/*.ts' -f unix",
"lint:fix": "eslint 'main.ts' 'src/**/*.ts' --fix -f unix", "lint:fix": "bunx --bun eslint 'main.ts' 'src/**/*.ts' --fix -f unix",
"format": "prettier --write .", "format": "prettier --write .",
"setup": "bun add -g @openapitools/openapi-generator-cli" "setup": "bun add -g @openapitools/openapi-generator-cli"
}, },