{
  "name": "@ringcentral/subscriptions",
  "version": "5.0.10",
  "scripts": {
    "clean": "rimraf dist/* lib/* es6/* coverage/* .nyc_output .rpt2_cache",
    "build": "npm run clean && npm run build:tsc:es5 && npm run build:tsc:es6 && npm run build:webpack",
    "build:tsc:es5": "tsc",
    "build:tsc:es6": "tsc --project tsconfig.es6.json",
    "build:webpack": "webpack --progress",
    "start": "npm-run-all -p start:tsc:es5 start:tsc:es6 start:webpack",
    "start:tsc:es5": "npm run build:tsc:es5 -- --watch --preserveWatchOutput",
    "start:tsc:es6": "npm run build:tsc:es6 -- --watch --preserveWatchOutput",
    "start:webpack": "npm run build:webpack -- --watch"
  },
  "dependencies": {
    "@rc-ex/core": "1.6.17",
    "@rc-ex/rcsdk": "1.3.13",
    "@rc-ex/ws": "1.3.17",
    "wait-for-async": "0.7.13"
  },
  "devDependencies": {
    "@ringcentral/sdk": "*",
    "@ringcentral/sdk-utils": "*",
    "@types/node": "^20.8.6",
    "npm-run-all": "^4.1.3",
    "nyc": "^15.1.0",
    "rimraf": "^2.6.2",
    "ts-loader": "^9.5.0",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.2",
    "typescript": "^4.8.4",
    "webpack": "^5.76.0",
    "webpack-cli": "^4.9.0"
  },
  "main": "./lib/Subscriptions.js",
  "module": "./es6/Subscriptions.js",
  "browser": "./lib/Subscriptions.js",
  "types": "./lib/Subscriptions.d.ts",
  "author": {
    "name": "RingCentral, Inc.",
    "url": "https://developers.ringcentral.com"
  },
  "contributors": [
    {
      "name": "Kirill Konshin"
    },
    {
      "name": "Tyler Liu"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/ringcentral/ringcentral-js.git"
  },
  "bugs": {
    "url": "https://github.com/ringcentral/ringcentral-js/issues"
  },
  "homepage": "https://github.com/ringcentral/ringcentral-js",
  "engines": {
    "node": ">=4"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
