{ "name": "@iconsulting/conversation-service", "version": "1.0.0", "description": "Conversation service with Claude Agent SDK integration", "main": "dist/main.js", "scripts": { "build": "nest build", "dev": "nest start --watch", "start": "node dist/main.js", "start:debug": "nest start --debug --watch", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\"", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "typeorm": "typeorm-ts-node-commonjs", "typeorm:prod": "typeorm", "migration:run": "npm run typeorm migration:run -- -d src/data-source.ts", "migration:run:prod": "npm run typeorm:prod migration:run -- -d dist/data-source.prod.js", "migration:revert": "npm run typeorm migration:revert -- -d src/data-source.ts", "migration:generate": "npm run typeorm migration:generate -- -d src/data-source.ts" }, "dependencies": { "@anthropic-ai/sdk": "^0.52.0", "@iconsulting/shared": "workspace:*", "@nestjs/common": "^10.0.0", "@nestjs/config": "^3.2.0", "@nestjs/core": "^10.0.0", "@nestjs/platform-express": "^10.0.0", "@nestjs/platform-socket.io": "^10.0.0", "@nestjs/typeorm": "^10.0.0", "@nestjs/websockets": "^10.0.0", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "dotenv": "^16.3.0", "ioredis": "^5.3.0", "kafkajs": "^2.2.4", "pg": "^8.11.0", "rxjs": "^7.8.0", "socket.io": "^4.8.3", "typeorm": "^0.3.19", "uuid": "^9.0.0" }, "devDependencies": { "@nestjs/cli": "^10.0.0", "@nestjs/testing": "^10.0.0", "@types/express": "^4.17.21", "@types/jest": "^29.5.0", "@types/node": "^20.10.0", "@types/socket.io": "^3.0.2", "@types/uuid": "^9.0.0", "jest": "^29.7.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.0", "tsconfig-paths": "^4.2.0", "typescript": "^5.3.0" } }