package.json•2.02 kB
{
"name": "mcp-voice-hooks",
"version": "1.0.30",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-voice-hooks": "bin/cli.js"
},
"directories": {
"doc": "docs"
},
"scripts": {
"build": "tsup",
"dev": "nodemon --exec ts-node --esm src/index.ts",
"dev-unified": "ts-node --esm src/unified-server.ts",
"dev-debug": "DEBUG=true nodemon --exec ts-node --esm src/index.ts",
"dev-unified-debug": "DEBUG=true ts-node --esm src/unified-server.ts",
"mcp-unified": "ts-node --esm src/unified-server.ts --mcp-managed",
"mcp-unified-debug": "DEBUG=true ts-node --esm src/unified-server.ts --mcp-managed",
"start": "node dist/index.js",
"test": "jest",
"test:watch": "jest --watch",
"prepare": "husky"
},
"description": "Real-time voice interaction for Claude Code. Speak naturally while Claude works - interrupt, redirect, or provide continuous feedback without stopping.",
"keywords": [
"mcp",
"claude",
"claude-code",
"voice",
"speech-recognition",
"model-context-protocol",
"ai-assistant",
"voice-control"
],
"author": "",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/johnmatthewtennant/mcp-voice-hooks.git"
},
"bugs": {
"url": "https://github.com/johnmatthewtennant/mcp-voice-hooks/issues"
},
"homepage": "https://github.com/johnmatthewtennant/mcp-voice-hooks#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.3",
"cors": "^2.8.5",
"express": "^5.1.0",
"open": "^10.1.2"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.10",
"@types/supertest": "^6.0.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"knip": "^5.61.3",
"nodemon": "^3.1.10",
"supertest": "^7.1.1",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"ts-prune": "^0.10.3",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}