{ "name": "vibeshare-live", "version": "0.4.1", "description": "Share your live agent coding session by URL — spectate read-only or invite into the session. Local-first: runs on your machine, nothing readable leaves without consent. Part of the Vibe Suite.", "license": "MIT", "type": "module", "engines": { "node": ">=18" }, "bin": { "vibeshare-live": "./dist/cli.js", "vibeshare": "./dist/cli.js", "vibeshare-live-mcp": "./dist/mcp-bin.js", "vibeshare-mcp": "./dist/mcp-bin.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./mcp": { "types": "./dist/mcp.d.ts", "import": "./dist/mcp.js" } }, "files": [ "dist", "docs", "README.md", "scripts" ], "scripts": { "prebuild": "node scripts/embed-xterm.mjs", "build": "tsup", "typecheck": "tsc --noEmit && tsc --noEmit -p worker/tsconfig.json", "test": "vitest run", "test:watch": "vitest", "embed-xterm": "node scripts/embed-xterm.mjs", "postinstall": "node scripts/fix-node-pty.mjs" }, "dependencies": { "@pooriaarab/vibe-core": "^0.7.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", "node-datachannel": "^0.32.3", "node-pty": "^1.1.0", "vibelive": "^0.2.0", "ws": "^8.21.1" }, "devDependencies": { "@cloudflare/workers-types": "^5.20260730.1", "@types/node": "^22.10.0", "@types/ws": "^8.18.1", "tsup": "^8.3.0", "typescript": "^5.6.0", "vitest": "^3.0.0" }, "keywords": [ "vibe-suite", "pair-programming", "live-share", "agentic-coding", "cli", "mcp", "local-first" ], "mcpName": "io.github.pooriaarab/vibeshare-live" }