26 lines
604 B
JSON
26 lines
604 B
JSON
{
|
|
"name": "graff-mate-server",
|
|
"version": "1.0.50",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "bun run --watch src/index.ts",
|
|
"build": "bun bun.build.ts"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/cors": "^1.2.0",
|
|
"date-fns": "^4.1.0",
|
|
"drizzle-orm": "^0.40.0",
|
|
"elysia": "latest",
|
|
"jose": "^6.0.10",
|
|
"node-cron": "^4.1.0",
|
|
"postgres": "^3.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.5",
|
|
"bun-types": "latest",
|
|
"drizzle-kit": "^0.30.5",
|
|
"tsx": "^4.19.3"
|
|
},
|
|
"module": "src/index.js"
|
|
} |