UNPKG

claude-collab

Version:

Claude Collab - The AI collaboration framework that prevents echo chambers

69 lines (68 loc) 1.66 kB
{ "name": "claude-collab", "version": "3.4.2", "description": "Claude Collab - The AI collaboration framework that prevents echo chambers", "main": "dist/index.js", "bin": { "claude-collab": "cli/index.js", "cc": "bin/cc" }, "scripts": { "build": "tsc", "start": "node dist/core/server.js", "dev": "ts-node src/core/server.ts", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src/**/*.ts", "demo": "npm run build && node examples/quick-start.js", "dashboard": "cd ui && npm start", "prepublishOnly": "npm run build" }, "keywords": [ "ai", "collaboration", "multi-agent", "realtime", "orchestration", "anti-echo-chamber", "diversity", "claude-collab", "claude", "collaboration", "sparc", "swarm", "websocket" ], "author": "Claude Collab Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/peteryuqin/claude-collab.git" }, "dependencies": { "better-sqlite3": "^12.2.0", "blessed": "^0.1.81", "blessed-contrib": "^4.11.0", "chalk": "^4.1.2", "commander": "^11.0.0", "inquirer": "^8.2.6", "ora": "^5.4.1", "ws": "^8.0.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.0.0", "@types/ws": "^8.5.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "ts-jest": "^29.4.0", "ts-node": "^10.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=16.0.0" } }