{
  "name": "@ringcentral/react",
  "version": "5.0.11",
  "scripts": {
    "clean": "rimraf lib/* es6/*",
    "build": "npm run clean && npm run build:tsc:es5 && npm run build:tsc:es6",
    "build:tsc:es5": "tsc",
    "build:tsc:es6": "tsc --project tsconfig.es6.json",
    "start": "npm-run-all -p start:tsc:es5 start:tsc:es6",
    "start:tsc:es5": "npm run build:tsc:es5 -- --watch --preserveWatchOutput",
    "start:tsc:es6": "npm run build:tsc:es6 -- --watch --preserveWatchOutput"
  },
  "devDependencies": {
    "@ringcentral/sdk": "*",
    "@ringcentral/sdk-utils": "*",
    "@types/node": "^18.8.5",
    "@types/react": "^16.14.21",
    "@types/react-dom": "^16.9.8",
    "@types/react-router-dom": "^5.3.3",
    "npm-run-all": "^4.1.3",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-router-dom": "^5.3.0",
    "rimraf": "^2.6.2",
    "tslib": "^2.4.0",
    "typescript": "^4.8.4"
  },
  "peerDependencies": {
    "@ringcentral/sdk": ">=4",
    "react": "*",
    "react-dom": "*"
  },
  "main": "./lib/index.js",
  "module": "./es6/index.js",
  "types": "./lib/index.d.ts",
  "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": [
    "lib/",
    "es6/",
    "src/"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
