UNPKG

@puberty-labs/bi-tch

Version:

BiTCH-MCP: Autonomous AI Coordination Platform - BETA: ZombieDust Protocol operational! Revolutionary AI-to-AI coordination with pure MCP integration. FOLLOW BETA RELEASES for latest features!

80 lines (79 loc) 2.35 kB
{ "name": "@puberty-labs/bi-tch", "version": "0.6.0-beta", "description": "BiTCH-MCP: Autonomous AI Coordination Platform - BETA: ZombieDust Protocol operational! Revolutionary AI-to-AI coordination with pure MCP integration. FOLLOW BETA RELEASES for latest features!", "main": "src/index.js", "bin": { "bitch": "./bin/bitch.js" }, "scripts": { "start": "node src/index.js", "test": "jest --passWithNoTests", "bitch-test": "npm test -- --verbose", "verify-version": "node bin/verify-version.js", "prebuild": "echo 'Getting ready to bitch...'", "build": "echo 'BiTCH-MCP built and ready to coordinate!'", "postinstall": "echo 'BiTCH-MCP v0.6.0-beta installed successfully! 🧟 BREAKTHROUGH: ZombieDust Protocol operational! Revolutionary AI-to-AI coordination with pure MCP integration! APOLOGY: BiTCH is still in BETA - FOLLOW BETA RELEASES for latest features!'" }, "keywords": [ "bitch-mcp", "autonomous-ai-coordination", "medusa-chat-protocol", "mcp", "model-context-protocol", "ai-to-ai-communication", "multi-workspace-development", "cursor-integration", "dashboard-controls", "development-ecosystem", "ai-pair-programming", "workspace-coordination", "autonomous-ai", "cli", "developer-tools", "real-time-messaging", "snarky", "ai-assistant", "inter-workspace", "revolutionary-ai" ], "author": "Puberty Labs <hello@puberty-labs.com>", "license": "BiTCH-MIT", "repository": { "type": "git", "url": "https://github.com/puberty-labs/bitch" }, "bugs": { "url": "https://github.com/puberty-labs/bitch/issues", "email": "bitch@puberty-labs.com" }, "homepage": "https://github.com/puberty-labs/bitch#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@anthropic-ai/sdk": "^0.55.0", "@modelcontextprotocol/sdk": "^1.13.2", "chalk": "^4.1.2", "chokidar": "^3.6.0", "commander": "^11.1.0", "figlet": "^1.7.0", "fs-extra": "^11.1.1", "inquirer": "^8.2.6", "moment": "^2.29.4", "node-notifier": "^10.0.1", "openai": "^5.8.2", "uuid": "^9.0.1", "ws": "^8.16.0" }, "devDependencies": { "eslint": "^8.55.0", "jest": "^29.7.0" }, "preferGlobal": false, "os": [ "darwin", "linux", "win32" ] }