Files
deployer2/package.json
2025-11-29 14:50:33 -05:00

16 lines
323 B
JSON

{
"name": "deployer2",
"scripts": {
"dev": "NODE_ENV=development PORT=6001 bun run --hot src/index.ts",
"start": "NODE_ENV=production bun run src/index.ts"
},
"dependencies": {
"@types/object-hash": "^3.0.6",
"elysia": "1.4.16",
"object-hash": "^3.0.0"
},
"devDependencies": {
"@types/bun": "latest"
}
}