{
  "name": "infobip-rtc",
  "version": "2.7.35",
  "description": "Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation",
  "author": "Infobip",
  "license": "ISC",
  "repository": "github:infobip/infobip-rtc-js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "WebRTC",
    "Voice",
    "Video",
    "VoIP",
    "SDK"
  ],
  "scripts": {
    "build": "npm-run-all gver transpile",
    "clean:dist": "rm -rf dist",
    "clean:modules": "rm -rf node_modules",
    "clean": "npm-run-all clean:dist clean:modules",
    "gver": "genversion --es6 --semi src/Version.ts",
    "publish:local": "npm publish --registry https://artifactory.ib-ci.com/artifactory/api/npm/npm-release-local/",
    "test:e2e": "nightwatch --retries 3",
    "test:unit": "mocha",
    "test": "npm-run-all test:unit test:e2e",
    "transpile": "tsc",
    "webpack:dev": "webpack --config webpack.dev.js",
    "webpack:prod": "webpack --config webpack.prod.js",
    "webpack:analyse": "webpack --config webpack.analyse.js"
  },
  "devDependencies": {
    "@types/dom-mediacapture-transform": "0.1.5",
    "@types/dom-webcodecs": "0.1.5",
    "@types/jwt-decode": "^2.2.1",
    "@types/lodash-es": "^4.14.168",
    "@types/mocha": "^10.0.0",
    "@types/node": "^18.11.9",
    "chromedriver": "127.0.0",
    "ejs-loader": "^0.5.0",
    "esm": "^3.2.25",
    "genversion": "^2.3.1",
    "mocha": "^10.1.0",
    "nightwatch": "^3.4.0",
    "npm-run-all": "^4.1.5",
    "source-map-loader": "^2.0.1",
    "ts-loader": "^9.1.2",
    "ts-node": "^10.9.2",
    "tslint": "^5.5.0",
    "tsx": "^4.7.2",
    "typescript": "^4.9.5",
    "webpack": "^5.36.2",
    "webpack-bundle-analyzer": "^5.2.0",
    "webpack-cli": "^4.7.2",
    "webpack-merge": "^5.7.3"
  },
  "dependencies": {
    "bowser": "2.11.0",
    "events": "^3.3.0",
    "jwt-decode": "3.1.2",
    "lodash-es": "4.18.1",
    "loglevel": "1.7.1",
    "webrtc-adapter": "8.0.0"
  }
}
