20 lines
481 B
JSON
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"
|
|
}
|
|
}
|