UNPKG

vibe-code-build

Version:

Real-time code monitoring with teaching explanations, CLAUDE.md compliance checking, and interactive chat

47 lines (46 loc) 1.2 kB
{ "name": "vibe-code-build", "version": "7.7.0", "description": "Real-time code monitoring with teaching explanations, CLAUDE.md compliance checking, and interactive chat", "type": "module", "main": "src/index.js", "bin": "./bin/vibe-code.js", "scripts": { "start": "node bin/vibe-code.js", "serve": "node src/mcp-server.js", "dialogue": "node demo-dialogue.js", "bridge": "node -e \"import('./src/communication-bridge.js').then(({CommunicationBridge}) => new CommunicationBridge().start())\"" }, "keywords": [ "claude", "claude-code", "teaching", "learning", "mcp", "ai", "code-explanation" ], "author": "Vibe Code Team", "license": "MIT", "engines": { "node": ">=16.0.0" }, "dependencies": { "boxen": "^8.0.1", "chalk": "^5.3.0", "chokidar": "^3.5.3", "commander": "^11.1.0", "diff": "^5.1.0", "inquirer": "^9.2.12", "ora": "^8.0.1", "ws": "^8.16.0" }, "repository": { "type": "git", "url": "https://github.com/shawn14/vibe-code.git" }, "bugs": { "url": "https://github.com/shawn14/vibe-code/issues" }, "homepage": "https://github.com/shawn14/vibe-code#readme" }