UNPKG

purecloud-platform-client-v2

Version:

A JavaScript library to interface with the PureCloud Platform API

56 lines (55 loc) 1.66 kB
{ "name": "purecloud-platform-client-v2", "version": "223.0.0", "description": "A JavaScript library to interface with the PureCloud Platform API", "license": "MIT", "main": "dist/node/purecloud-platform-client-v2.js", "types": "index.d.ts", "module": "src/purecloud-platform-client-v2/index.js", "jsnext:main": "src/purecloud-platform-client-v2/index.js", "browser": "dist/web-cjs/purecloud-platform-client-v2.min.js", "files": [ "dist/*", "src/*", "package.json", "README.md", "LICENSE", "index.d.ts" ], "repository": { "type": "git", "url": "https://github.com/MyPureCloud/platform-client-sdk-javascript.git" }, "homepage": "https://github.com/MyPureCloud/platform-client-sdk-javascript", "bugs": { "url": "https://github.com/MyPureCloud/platform-client-sdk-javascript/issues" }, "author": { "name": "Genesys Developer Evangelists", "email": "DeveloperEvangelists@genesys.com", "url": "https://developer.genesys.cloud/" }, "dependencies": { "axios": "^1.7.4", "configparser": "^0.3.9", "qs": "^6.10.3", "winston": "^3.6.0" }, "devDependencies": { "mocha": "~9.2.0", "sinon": "13.0.1", "expect.js": "~0.3.1", "@babel/core": "^7.23.3", "@babel/preset-env": "^7.23.3", "rollup": "^2.79.1", "uglify-es": "^3.3.9", "browserify": "^17.0.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-babel": "^6.0.4", "rollup-plugin-re": "^1.0.7", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0" } }