{
  "name": "nexmo-client",
  "description": "Nexmo Client SDK for JavaScript",
  "repository": "https://github.com/nexmoinc/conversation-js-sdk",
  "version": "9.6.2",
  "keywords": [
    "nexmo",
    "webrtc",
    "conversation",
    "sdk",
    "ip-messaging",
    "rtc",
    "communication",
    "audio"
  ],
  "dependencies": {
    "@bugsnag/js": "^6.1.0",
    "@types/socket.io-client": "^1.4.32",
    "detect-browser": "^4.4.0",
    "is-ip": "^3.1.0",
    "loglevel": "^1.6.6",
    "loglevel-plugin-prefix": "^0.8.4",
    "rtc-stats-adapter": "^1.2.0",
    "sdp-transform": "^2.14.0",
    "socket.io-client": "^4.8.3",
    "webrtc-adapter": "^9.0.1",
    "wildemitter": "1.x"
  },
  "devDependencies": {
    "browserify": "^17.0.0",
    "browserify-replace": "^1.0.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "grunt": "^1.5.3",
    "grunt-browserify": "^6.0.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-karma": "^4.0.2",
    "grunt-string-replace": "^1.3.3",
    "grunt-ts": "^6.0.0-beta.22",
    "grunt-umd": "^3.0.0",
    "karma": "^6.4.0",
    "karma-browserify": "^8.1.0",
    "karma-chrome-launcher": "^3.1.1",
    "karma-junit-reporter": "^1.2.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.5",
    "karma-source-map-support": "^1.4.0",
    "load-grunt-tasks": "^4.0.0",
    "mocha": "^10.2.0",
    "sinon": "^7.3.1",
    "sinon-chai": "^3.3.0",
    "typescript": "^5.4.5"
  },
  "license": "Apache 2.0",
  "main": "./dist/index.js",
  "overrides": {
    "braces": "^3.0.3",
    "elliptic": "file:./vendor/elliptic-shim",
    "js-yaml": "^4.1.1",
    "lodash": "^4.17.23",
    "micromatch": "^4.0.7",
    "minimatch": "^3.1.3",
    "serialize-javascript": "^7.0.4",
    "xml2js": "^0.5.0"
  },
  "scripts": {
    "watch": "grunt build:watch --env=development --force",
    "test": "grunt test --force",
    "test:ci": "grunt test:ci",
    "test:watch": "grunt test:watch --env=development --force",
    "build": "grunt build --env=production --force",
    "build:dev": "grunt build --env=development --force"
  }
}
