Files
irth-backend/package.json
T
2025-05-26 19:52:55 +05:00

23 lines
516 B
JSON

{
"name": "irth-backend",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
"build": "bun run ./bun.build.ts"
},
"dependencies": {
"@elysiajs/cors": "^1.3.3",
"drizzle-orm": "^0.41.0",
"drizzle-typebox": "^0.3.3",
"elysia": "^1.3.1",
"got": "^14.4.7",
"node-cron": "^3.0.3"
},
"devDependencies": {
"bun-types": "latest",
"drizzle-kit": "^0.30.6"
},
"module": "src/index.js"
}