{ "name": "vibelive", "version": "0.2.3", "description": "Multiplayer for agentic coding terminals — shared Claude Code/Codex/Gemini sessions with live cursors, presence, and in-terminal chat. Local-first, e2e, self-hostable relay.", "type": "module", "license": "MIT", "author": "Pooria Arab", "bin": { "vibelive": "./dist/cli.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts src/cli.ts src/mcp.ts --format esm --dts --clean", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@pooriaarab/vibe-core": "^0.6.0", "@modelcontextprotocol/sdk": "^1.0.0", "ws": "^8.16.0" }, "devDependencies": { "@types/node": "^20.11.0", "@types/ws": "^8.5.0", "tsup": "^8.0.0", "typescript": "^5.4.0", "vitest": "^5.0.0" }, "homepage": "https://github.com/pooriaarab/vibelive#readme", "repository": { "type": "git", "url": "git+https://github.com/pooriaarab/vibelive.git" }, "bugs": { "url": "https://github.com/pooriaarab/vibelive/issues" }, "keywords": [ "vibe-suite", "vibelive", "claude-code", "codex", "multiplayer", "cli", "mcp", "terminal", "local-first" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "mcpName": "io.github.pooriaarab/vibelive" }