{ "name": "dsh-plugin-elevenlabs-callback", "version": "0.1.0", "description": "DeepSeek Harness plugin: when a run finishes or needs approval, get a link on your phone, hear the result from an ElevenLabs voice agent and say what to do next.", "keywords": [ "deepseek-harness", "dsh-plugin", "elevenlabs", "voice", "conversational-ai", "cordis", "deepseek" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/StephenEvenson/dsh-plugin-elevenlabs-callback.git" }, "homepage": "https://github.com/StephenEvenson/dsh-plugin-elevenlabs-callback#readme", "bugs": { "url": "https://github.com/StephenEvenson/dsh-plugin-elevenlabs-callback/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./cordis.patch.yml": "./cordis.patch.yml" }, "files": [ "lib", "web", "cordis.patch.yml", "README.md" ], "engines": { "node": ">=22" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "prepare": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit", "test": "node --import tsx --test \"src/**/*.test.ts\"", "provision": "node --import tsx scripts/provision.ts", "live-check": "node --import tsx scripts/live-check.ts", "demo": "node --import tsx scripts/demo.ts" }, "dependencies": { "@elevenlabs/client": "^1.23.0", "@types/dom-mediacapture-record": "^1.0.22", "qrcode-terminal": "^0.12.0" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.2", "@deepseek-ai/dsh-agent": ">=0.1.1-rc.2", "@deepseek-ai/dsh-llm": ">=0.1.1-rc.2", "@deepseek-ai/dsh-session": ">=0.1.1-rc.2", "@deepseek-ai/dsh-user-approval": ">=0.1.1-rc.2", "@deepseek-ai/schemastery": ">=3.18.0" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-agent": { "optional": true }, "@deepseek-ai/dsh-llm": { "optional": true }, "@deepseek-ai/dsh-session": { "optional": true }, "@deepseek-ai/dsh-user-approval": { "optional": true }, "@deepseek-ai/schemastery": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-agent": "0.1.1-rc.2", "@deepseek-ai/dsh-llm": "0.1.1-rc.2", "@deepseek-ai/dsh-session": "0.1.1-rc.2", "@deepseek-ai/dsh-tools": "0.1.1-rc.2", "@deepseek-ai/dsh-user-approval": "0.1.1-rc.2", "@deepseek-ai/schemastery": "3.18.2", "@types/node": "^24.0.0", "@types/qrcode-terminal": "^0.12.2", "dotenv": "^17.0.0", "tsx": "^4.20.0", "typescript": "^5.9.0" } }