27 lines
714 B
JSON
27 lines
714 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",
|
|
"import:units": "bun run scripts/import-units.ts",
|
|
"rename:project": "bun run scripts/rename-project.ts",
|
|
"update:slug": "bun run scripts/update-project-slug.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",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest",
|
|
"drizzle-kit": "^0.30.6"
|
|
},
|
|
"module": "src/index.js"
|
|
}
|