- 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>
21 lines
403 B
JSON
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"
|
|
}
|
|
}
|