Files
surfnathanrip/backend/package.json
T
2026-06-03 04:56:31 +01:00

22 lines
538 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": {
"@types/bun": "^1.3.14",
"bun-types": "latest",
"typescript": "^6.0.3"
}
}