{
  "name": "simplest-speech-recognition",
  "description": "A simple, single-file library for integrating speech recognition in Node.js applications.",
  "repository": {
    "type": "git",
    "url": "https://github.com/meedlex/simplest-speech-recognition"
  },
  "version": "1.3.4",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "speech recognition",
    "google cloud speech",
    "audio processing"
  ],
  "author": "Martina",
  "license": "ISC",
  "dependencies": {
    "@google-cloud/speech": "^4.0.0",
    "node-record-lpcm16": "^1.0.1"
  }
}
