lilith-platform.live/codebase/@features/client-intel/backend-api/package.json
autocommit c178757f5c deps-upgrade(backend-api): ⬆️ Update dependencies in backend API for security, bug fixes, and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 00:10:30 -07:00

31 lines
805 B
JSON

{
"name": "@lilith/client-intel-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
"build": "lixbuild",
"start": "node dist/backend-api/src/main.js"
},
"dependencies": {
"@nestjs/common": "^11.1.11",
"@nestjs/core": "^11.1.11",
"@nestjs/platform-express": "^11.1.11",
"@nestjs/typeorm": "^11.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"ioredis": "^5.4.0",
"pg": "^8.13.0",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.28"
},
"devDependencies": {
"@lilith/lix-build": "^1.0.7",
"@lilith/lix-test": "^1.0.0",
"@nestjs/cli": "^11.0.0",
"@nestjs/schematics": "^11.0.0",
"@types/express": "^5.0.6",
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
}
}