Files
ironmount/apps/server/package.json
2025-09-27 10:16:23 +02:00

30 lines
691 B
JSON

{
"name": "@ironmount/server",
"type": "module",
"scripts": {
"dev": "bun run --watch src/index.ts",
"tsc": "tsc --noEmit",
"gen:migrations": "drizzle-kit generate"
},
"dependencies": {
"@hono/arktype-validator": "^2.0.1",
"@ironmount/schemas": "workspace:*",
"@scalar/hono-api-reference": "^0.9.13",
"arktype": "^2.1.20",
"dockerode": "^4.0.8",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"hono": "^4.9.2",
"hono-openapi": "^0.4.8",
"http-errors-enhanced": "^3.0.2",
"node-cron": "^4.2.1",
"slugify": "^1.6.6",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/bun": "^1.2.20",
"@types/dockerode": "^3.3.44",
"drizzle-kit": "^0.31.4"
}
}