scoresaber-reloadedv3/projects/backend/package.json
Liam 78c88acddf
Some checks failed
Deploy Backend / deploy (push) Failing after 31s
there
2024-10-16 03:03:15 +01:00

31 lines
785 B
JSON

{
"name": "backend",
"version": "1.0.0",
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts"
},
"dependencies": {
"@bogeychan/elysia-etag": "^0.0.6",
"@dotenvx/dotenvx": "^1.16.1",
"@elysiajs/cors": "^1.1.1",
"@elysiajs/cron": "^1.1.1",
"@elysiajs/swagger": "^1.1.3",
"@ssr/common": "workspace:common",
"@tqman/nice-logger": "^1.0.1",
"@vercel/og": "^0.6.3",
"elysia": "latest",
"elysia-autoroutes": "^0.5.0",
"elysia-decorators": "^1.0.2",
"elysia-helmet": "^2.0.0",
"elysia-rate-limit": "^4.1.0",
"ky": "^1.7.2",
"mongoose": "^8.7.0",
"node-cache": "^5.1.2",
"react": "^18.3.1"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}