{
  "name": "pi-voice-input",
  "version": "0.3.4",
  "description": "Press Ctrl+Shift+R to dictate prompts into Pi using VolcEngine ASR",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "voice-input",
    "speech-to-text",
    "dictation",
    "asr",
    "volcengine",
    "linux",
    "macos"
  ],
  "license": "MIT",
  "author": "tr-nc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tr-nc/pi-voice-input.git"
  },
  "bugs": {
    "url": "https://github.com/tr-nc/pi-voice-input/issues"
  },
  "homepage": "https://github.com/tr-nc/pi-voice-input#readme",
  "files": [
    "extensions",
    "README.md",
    "CONTRIBUTING.md",
    "ROADMAP.md",
    "AGENTS.md"
  ],
  "pi": {
    "extensions": [
      "extensions/index.ts"
    ]
  },
  "dependencies": {
    "ws": "^8.21.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@types/node": "^25.8.0",
    "@types/ws": "^8.18.1",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  }
}
