{
  "name": "@ringcentral/sdk",
  "version": "5.0.11",
  "scripts": {
    "clean": "rimraf dist/* lib/* es6/* coverage/* .nyc_output .rpt2_cache",
    "test": "npm run jest",
    "test:coverage": "JEST_ENV=node jest --config jest.config.js --coverage",
    "jest": "JEST_ENV=node jest --config jest.config.js",
    "jest:browser": "JEST_ENV=jsdom jest --config jest.config.js",
    "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": {
    "dom-storage": "^2.1.0",
    "is-plain-object": "^2.0.4",
    "node-fetch": "^2.6.7"
  },
  "devDependencies": {
    "@ringcentral/sdk-utils": "*",
    "@types/node": "^20.8.6",
    "@types/jest": "^29.5.6",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "ts-jest": "^29.1.1",
    "npm-run-all": "^4.1.3",
    "rimraf": "^2.6.2",
    "source-map-support": "^0.5.9",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.2",
    "typescript": "^4.8.4",
    "ts-loader": "^9.5.0",
    "webpack": "^5.76.0",
    "webpack-cli": "^4.9.0"
  },
  "main": "./lib/index.js",
  "module": "./es6/index.js",
  "types": "./lib/SDK.d.ts",
  "browser": "./lib/SDK.js",
  "author": {
    "name": "RingCentral, Inc.",
    "url": "https://developers.ringcentral.com"
  },
  "contributors": [
    {
      "name": "Kirill Konshin"
    }
  ],
  "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"
  },
  "files": [
    "dist/",
    "lib/",
    "es6/",
    "src/",
    "jest.config.js",
    "jest.setup.js"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
