mirror of
https://github.com/System-End/scraps.git
synced 2026-04-20 00:25:18 +00:00
25 lines
581 B
JSON
25 lines
581 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": "^1.4.22",
|
|
"openid-client": "^6.8.1",
|
|
"pg": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.16.0",
|
|
"bun-types": "^1.3.8",
|
|
"drizzle-kit": "^0.31.8",
|
|
"tsx": "^4.21.0"
|
|
},
|
|
"module": "src/index.js"
|
|
}
|