scraps/backend/package.json
2026-02-02 18:40:30 -05:00

25 lines
580 B
JSON

{
"name": "app",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts"
},
"dependencies": {
"@elysiajs/cors": "^1.4.1",
"better-auth": "^1.4.18",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1",
"elysia": "latest",
"openid-client": "^6.8.1",
"pg": "^8.17.2"
},
"devDependencies": {
"@types/pg": "^8.16.0",
"bun-types": "latest",
"drizzle-kit": "^0.31.8",
"tsx": "^4.21.0"
},
"module": "src/index.js"
}