platform-codebase/features/webmap/router/package.json

37 lines
1 KiB
JSON
Raw Permalink Normal View History

{
"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": "bun run build && node dist/main.bundle.js",
"build": "lixb",
"build:bundle": "node build.mjs",
"start": "node dist/main.bundle.js",
"type-check": "node ../../../../node_modules/typescript/bin/tsc --noEmit"
},
"dependencies": {
"@fastify/cors": "^10.1.0",
"@fastify/static": "^8.3.0",
"@lilith/nestjs-health": "^1.0.27",
"@lilith/service-registry": "1.3.2-dev.1769505764",
"@lilith/types": "*",
"@lilith/webmap-shared": "*",
"fastify": "^5.7.1",
"pg": "^8.17.1"
},
"devDependencies": {
"@lilith/configs": "^2.2.0",
"@lilith/lix-configs": "^1.0.1",
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
"@types/node": "^22.19.7",
"@types/pg": "^8.16.0",
"esbuild": "^0.24.2",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}