31 lines
776 B
JSON
Executable file
31 lines
776 B
JSON
Executable file
{
|
|
"name": "@lilith/webmap-router",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./dist/main.js",
|
|
"scripts": {
|
|
"dev": "tsx watch src/main.ts",
|
|
"build": "tsc && node build.mjs",
|
|
"build:bundle": "node build.mjs",
|
|
"start": "node dist/main.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": "^1.7.2",
|
|
"@types/node": "^22.19.7",
|
|
"@types/pg": "^8.16.0",
|
|
"esbuild": "^0.24.2",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|