-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
55 lines (55 loc) · 1.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "purecloud-platform-client-v2",
"version": "210.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.mypurecloud.com"
},
"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"
}
}