{ "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" } }