{
  "name": "@jambonz/speech-utils",
  "version": "1.0.18",
  "description": "TTS-related speech utilities for jambonz",
  "main": "index.js",
  "author": "Dave Horton",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "NODE_ENV=test node test/ ",
    "coverage": "nyc --reporter html --report-dir ./coverage npm run test",
    "jslint": "eslint index.js lib",
    "jslint:fix": "npm run jslint --fix",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jambonz/speech-utils.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jambonz/speech-utils/issues"
  },
  "homepage": "https://github.com/jambonz/speech-utils#readme",
  "dependencies": {
    "@aws-sdk/client-polly": "^3.496.0",
    "@aws-sdk/client-sts": "^3.496.0",
    "@cartesia/cartesia-js": "^2.2.7",
    "@google-cloud/text-to-speech": "^6.4.0",
    "@grpc/grpc-js": "^1.9.14",
    "@jambonz/realtimedb-helpers": "^0.8.7",
    "bent": "^7.3.12",
    "debug": "^4.3.4",
    "google-protobuf": "^3.21.2",
    "microsoft-cognitiveservices-speech-sdk": "^1.51.0",
    "openai": "^4.98.0"
  },
  "devDependencies": {
    "config": "^4.2.0",
    "eslint": "^9.3.0",
    "eslint-plugin-promise": "^6.2.0",
    "husky": "^9.0.11",
    "nyc": "^15.1.0",
    "pino": "^9.1.0",
    "tape": "^5.7.5"
  }
}
