{
  "name": "@enfonica/voice",
  "version": "1.3.1",
  "description": "Enfonica Numbering SDK for Node.js",
  "repository": "enfonica-node/libs/nodejs-voice",
  "license": "Apache-2.0",
  "author": "Enfonica",
  "main": "build/src/index.js",
  "files": [
    "build/src",
    "build/protos"
  ],
  "keywords": [
    "enfonica apis client",
    "enfonica api client",
    "enfonica apis",
    "enfonica api",
    "google",
    "enfonica cloud telco",
    "enfonica cloud",
    "cloud",
    "enfonica voice",
    "@enfonica/voice",
    "aliases",
    "calls",
    "recordings",
    "sip domains",
    "sip info service",
    "streams",
    "transcriptions"
  ],
  "scripts": {
    "clean": "gts clean",
    "compile": "tsc -p . && cp -r protos build/",
    "compile-protos": "compileProtos src",
    "docs": "jsdoc -c .jsdoc.js",
    "predocs-test": "npm run docs",
    "docs-test": "linkinator docs",
    "fix": "gts fix",
    "lint": "gts check",
    "prepare": "npm run compile-protos && npm run compile",
    "system-test": "c8 mocha build/system-test",
    "test": "c8 mocha build/test"
  },
  "dependencies": {
    "google-gax": "^2.8.0",
    "@enfonica/auth-library": "1.0.0-alpha.3"
  },
  "devDependencies": {
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.6.3",
    "@types/sinon": "^9.0.5",
    "c8": "^7.3.0",
    "gts": "^2.0.2",
    "mocha": "^8.1.3",
    "null-loader": "^4.0.0",
    "pack-n-play": "^1.0.0-2",
    "sinon": "^9.0.3",
    "ts-loader": "^8.0.3",
    "typescript": "^3.9.7",
    "webpack": "^4.44.1",
    "webpack-cli": "3.3.12",
    "semver": "^7.1.2",
    "tmp": "^0.2.0",
    "uglify-js": "^3.7.7",
    "espree": "^7.0.0",
    "escodegen": "^2.0.0",
    "estraverse": "^5.1.0"
  },
  "overrides": {
    "protobufjs": "6.11.4",
    "@grpc/grpc-js": "1.12.2",
    "google-auth-library": "8.9.0"
  },
  "engines": {
    "node": ">=10.0.0"
  }
}
