Files
coolify-examples/bun/package.json
2025-03-25 22:36:05 +01:00

20 lines
382 B
JSON

{
"name": "bun",
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "bun --watch index.ts",
"start": "bun index.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@oven/bun-linux-aarch64": "latest"
},
"peerDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"bun": "^1.1.45"
}
}