{
  "name": "pi-voice-stt",
  "version": "0.6.0",
  "description": "Provider-agnostic speech-to-text dictation extension for the Pi TUI.",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cgarrot/pi-voice-stt.git"
  },
  "bugs": {
    "url": "https://github.com/cgarrot/pi-voice-stt/issues"
  },
  "homepage": "https://github.com/cgarrot/pi-voice-stt#readme",
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "speech-to-text",
    "stt",
    "dictation",
    "voice",
    "tui",
    "mistral",
    "voxtral",
    "whisper",
    "openai",
    "deepgram",
    "elevenlabs",
    "gladia",
    "assemblyai",
    "groq"
  ],
  "files": [
    "src",
    "examples",
    "tools",
    "assets",
    "README.md",
    "LICENSE",
    "SECURITY.md"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/cgarrot/pi-voice-stt/main/assets/preview.gif"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node --import tsx --test test/*.test.ts",
    "smoke": "node --import tsx -e \"import ext from './src/index.ts'; if (typeof ext !== 'function') throw new Error('Extension default export is not a function'); console.log('pi-voice-stt')\"",
    "ci": "npm run check && npm test && npm run smoke"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.75.5",
    "@earendil-works/pi-tui": "^0.75.5",
    "@types/node": "^24.10.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=20"
  }
}
