platform-codebase/features/bot-defense/backend-api/package.json
Lilith 7b08ea9db1 deps-upgrade(backend-api): ⬆️ Update dependencies in backend API package.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 16:06:37 -08:00

33 lines
865 B
JSON

{
"name": "@features/bot-defense-backend-api",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "nest build && tsc --emitDeclarationOnly --outDir dist",
"dev": "nest start --watch",
"test": "lixtest"
},
"dependencies": {
"@lilith/bot-defense": "workspace:*",
"@lilith/domain-events": "^2.8.2",
"@lilith/service-registry": "^1.4.0",
"@nestjs/common": "^11.1.11",
"@nestjs/core": "^11.1.11",
"@nestjs/swagger": "^7.4.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"redis": "^4.7.0"
},
"peerDependencies": {
"@nestjs/typeorm": "^11.0.0",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.1",
"@nestjs/cli": "^10.0.0",
"typescript": "^5.7.0"
}
}