{
  "name": "talk-pi",
  "version": "1.0.16",
  "description": "Pi extension for local tools voice capture, Whisper transcription, and Piper TTS playback",
  "license": "MIT",
  "type": "module",
  "main": "./talk-pi.ts",
  "exports": {
    ".": "./talk-pi.ts"
  },
  "files": [
    "talk-pi.ts",
    "src/",
    "tools/",
    "README.md",
    "package.json",
    ".env.example"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "talk-pi",
    "voice",
    "tools",
    "push-to-talk",
    "speech-to-text",
    "text-to-speech",
    "whisper",
    "piper",
    "extension"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RaphaCastelloes/talk-pi.git"
  },
  "homepage": "https://github.com/RaphaCastelloes/talk-pi#readme",
  "bugs": {
    "url": "https://github.com/RaphaCastelloes/talk-pi/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./talk-pi.ts"
    ]
  },
  "engines": {
    "node": ">=24"
  },
  "scripts": {},
  "dependencies": {
    "decibri": "3.4.2",
    "play-sound": "^1.1.6",
    "whisper-cpp-node": "^0.2.12"
  },
  "devDependencies": {
    "@types/node": "^22.15.0"
  }
}
