-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
79 lines (79 loc) · 2.27 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "purecloud-api-sdk-common",
"version": "1.0.1",
"description": "Build tools for the PureCloud Platform API SDKs",
"type": "module",
"files": [
"README.md",
"main.js",
"modules"
],
"scripts": {
"test": "jasmine",
"browserify": "browserify modules/swagger/swaggerDiffImpl.ts -o docs/swaggerDiffImpl.ts",
"ios": "tsx sdkBuilder.ts --sdk purecloudswift4",
"webmessaging": "tsx sdkBuilder.ts --sdk webmessagingjava",
"run-ts": "node --loader ts-node/esm",
"synk": "snyk test --file=package-lock.json --severity-threshold=high --skip-unresolved=true"
},
"repository": {
"type": "git",
"url": "https://github.com/MyPureCloud/purecloud_api_sdk_common.git"
},
"author": {
"name": "PureCloud Developer Evangelists",
"email": "[email protected]",
"url": "https://developer.mypurecloud.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MyPureCloud/purecloud_api_sdk_common/issues"
},
"dependencies": {
"archiver": "^1.3.0",
"commander": "^2.9.0",
"dateformat": "^3.0.3",
"dot": "^1.1.3",
"fs-extra": "^8.1.0",
"github-api-promise": "^1.19.0",
"http-proxy": "^1.18.1",
"json-schema-deref-sync": "^0.14.0",
"klaw-sync": "^3.0.2",
"lodash": "^4.17.19",
"lognext": "0.0.4",
"mdjavadoc-api": "^1.0.4",
"moment-timezone": "^0.5.11",
"mustache": "^2.3.0",
"pluralize": "^3.1.0",
"pm2": "^5.3.0",
"purecloud-platform-client-v2": "^109.0.0",
"q": "^1.4.1",
"request": "^2.67.0",
"request-promise": "^4.2.2",
"semver": "^7.6.2",
"superagent": "^6.0.1",
"synk": "^0.0.2",
"wget": "^0.0.1",
"winston": "^2.3.1",
"yamljs": "^0.2.8"
},
"homepage": "https://github.com/MyPureCloud/purecloud_api_sdk_common",
"bin": {
"sdk-builder": "./sdkBuilder.ts"
},
"devDependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@types/commander": "^2.12.2",
"@types/dot": "^1.1.5",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"@types/pluralize": "^0.0.30",
"@types/yamljs": "^0.2.31",
"browserify": "^16.1.1",
"rollup-plugin-json": "^2.3.0",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
}
}