{
  "name": "transcribe-speech",
  "version": "1.0.4",
  "description": "A Node.js CLI tool that transcribes audio files to text with smart chunking and silence detection",
  "main": "transcribe-speech.js",
  "bin": {
    "transcribe-speech": "./transcribe-speech.js"
  },
  "scripts": {
    "release": "./scripts/release.sh",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "transcribe",
    "speech",
    "transcribe-speech",
    "audio",
    "whisper",
    "openai",
    "speech-to-text",
    "ffmpeg",
    "cli"
  ],
  "author": "Mark Hicken",
  "license": "ISC",
  "dependencies": {
    "@ffmpeg-installer/ffmpeg": "^1.1.0",
    "axios": "^1.10.0",
    "fluent-ffmpeg": "^2.1.3",
    "form-data": "^4.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/markhicken/transcribe-speech.git"
  },
  "bugs": {
    "url": "https://github.com/markhicken/transcribe-speech/issues"
  },
  "homepage": "https://github.com/markhicken/transcribe-speech#readme"
}
