{ "name": "@lilith/webmap-router", "version": "1.0.0", "private": true, "type": "module", "main": "./dist/main.bundle.js", "scripts": { "dev": "tsx watch src/main.ts", "start:dev": "pnpm build && node dist/main.bundle.js", "build": "tsc && node build.mjs", "build:bundle": "node build.mjs", "start": "node dist/main.bundle.js", "type-check": "tsc --noEmit" }, "dependencies": { "@fastify/cors": "^10.1.0", "@fastify/static": "^8.3.0", "@lilith/nestjs-health": "^0.0.26", "@lilith/types": "workspace:*", "@lilith/webmap-shared": "workspace:*", "fastify": "^5.7.1", "pg": "^8.17.1" }, "devDependencies": { "@lilith/configs": "^2.2.0", "@types/node": "^22.19.7", "@types/pg": "^8.16.0", "esbuild": "^0.24.2", "tsx": "^4.21.0", "typescript": "^5.9.3" } }