{
  "name": "revai-node-sdk",
  "version": "3.8.5",
  "description": "Rev AI makes speech applications easy to build!",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/revdotcom/revai-node-sdk.git"
  },
  "keywords": [
    "rev_ai",
    "Rev AI",
    "speech",
    "to",
    "text",
    "speechtotext",
    "ASR",
    "automatic speech recognition",
    "speech recognition",
    "speech to text api",
    "speech rec",
    "speech api"
  ],
  "author": "Rev Ai",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/revdotcom/revai-node-sdk/issues"
  },
  "homepage": "https://github.com/revdotcom/revai-node-sdk#readme",
  "dependencies": {
    "axios": "^0.21.1",
    "form-data": "^2.3.3",
    "websocket": "^1.0.34"
  },
  "jest": {
    "projects": [
      "./jest.config.unit.js",
      "./jest.config.integration.js"
    ]
  },
  "module": "src/index.js"
}