UNPKG

harmonycode

Version:

The AI collaboration framework that prevents echo chambers - Real-time collaboration with diversity enforcement

65 lines (64 loc) 1.81 kB
{ "name": "harmonycode", "version": "3.2.0", "description": "The AI collaboration framework that prevents echo chambers - Real-time collaboration with diversity enforcement", "main": "dist/index.js", "bin": { "harmonycode": "./cli/index.js", "hc": "./bin/hc" }, "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", "harmonycode", "claude-flow", "sparc", "swarm", "websocket" ], "author": "HarmonyCode Team (Session 1, Session 2, Session 3)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/peteryuqin/harmonycode" }, "dependencies": { "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" } }