Files
surfnathanrip/backend/package.json
T
CallMeVerity eb56ad5183 Initial commit
2026-06-03 00:44:48 +01:00

20 lines
481 B
JSON

{
"name": "surfnathanrip-backend",
"version": "1.0.0",
"scripts": {
"dev": "bun run --watch src/index.ts",
"build": "bun build src/index.ts --outdir dist --target bun",
"start": "bun run dist/index.js"
},
"dependencies": {
"elysia": "latest",
"@elysiajs/cors": "latest",
"@elysiajs/static": "latest",
"@aws-sdk/client-s3": "^3.700.0",
"@aws-sdk/s3-request-presigner": "^3.700.0"
},
"devDependencies": {
"bun-types": "latest"
}
}