← back to Designer Wallcoverings

DW-Agents/dw-agents/global-chat-system/package.json

26 lines

{
  "name": "dw-global-chat",
  "version": "1.0.0",
  "description": "DW-Agents Inter-Agent Chat System",
  "main": "chat-server.ts",
  "scripts": {
    "start": "tsx chat-server.ts",
    "dev": "tsx watch chat-server.ts"
  },
  "dependencies": {
    "express": "^4.18.2",
    "ws": "^8.14.2",
    "uuid": "^9.0.1",
    "cors": "^2.8.5"
  },
  "devDependencies": {
    "@types/express": "^4.17.20",
    "@types/ws": "^8.5.8",
    "@types/uuid": "^9.0.7",
    "@types/cors": "^2.8.15",
    "@types/node": "^20.9.0",
    "tsx": "^4.6.2",
    "typescript": "^5.2.2"
  }
}