mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
33 lines
781 B
JSON
33 lines
781 B
JSON
{
|
|
"name": "@ironmount/server",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"build": "rm -rf dist && bun build.ts",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@hono/standard-validator": "^0.1.5",
|
|
"@ironmount/schemas": "workspace:*",
|
|
"@scalar/hono-api-reference": "^0.9.13",
|
|
"arktype": "^2.1.23",
|
|
"cron-parser": "^5.4.0",
|
|
"dockerode": "^4.0.8",
|
|
"dotenv": "^17.2.1",
|
|
"drizzle-orm": "^0.44.6",
|
|
"es-toolkit": "^1.41.0",
|
|
"hono": "^4.9.2",
|
|
"hono-openapi": "^1.1.0",
|
|
"http-errors-enhanced": "^3.0.2",
|
|
"node-cron": "^4.2.1",
|
|
"slugify": "^1.6.6",
|
|
"tiny-typed-emitter": "^2.1.0",
|
|
"winston": "^3.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@libsql/client": "^0.15.15",
|
|
"@types/bun": "^1.3.0",
|
|
"@types/dockerode": "^3.3.44"
|
|
}
|
|
}
|