UNPKG

@ringcentral/sdk

Version:

- [Installation](#installation) - [Getting Started](#getting-started) - [API Calls](#api-calls) - [Advanced SDK Configuration & Polyfills](#advanced-sdk-configuration--polyfills) - [Making telephony calls](#making-telephony-calls) - [Call mana

71 lines (70 loc) 2.18 kB
{ "name": "@ringcentral/sdk", "version": "5.0.4", "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": "^5.0.4", "@types/jest": "^29.5.6", "@types/node": "^20.8.6", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "npm-run-all": "^4.1.3", "rimraf": "^2.6.2", "source-map-support": "^0.5.9", "ts-jest": "^29.1.1", "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/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" }, "license": "MIT", "publishConfig": { "access": "public" }, "gitHead": "bcf6edf344a5dd6825409ab4541406dde754fe05" }