platform-codebase/features/webmap/shared/package.json
Lilith f46b9647fb ♻️ Refactor webmap to use @lilith shared packages
- API: Use @lilith/typeorm-config, nestjs-auth, nestjs-bootstrap, nestjs-health
- API: Remove local DatabaseModule in favor of TypeOrmConfigModule
- API: Add Swagger documentation support
- Router: Add standardized health checks from @lilith/health-client
- Router: Add liveness/readiness probes for Kubernetes
- Frontend/Shared: Extend @lilith/configs TypeScript presets
- Add esbuild bundler for router

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 05:21:54 -08:00

21 lines
403 B
JSON

{
"name": "@lilith/webmap-shared",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"type-check": "tsc --noEmit"
},
"dependencies": {
"@lilith/types": "workspace:*"
},
"devDependencies": {
"@lilith/configs": "^1.0.3",
"typescript": "^5.9.3"
}
}