-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
60 lines (60 loc) · 1.6 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
{
"name": "apigee-edge-js",
"version": "0.4.36",
"description": "nodejs library for the administration API for Apigee (Edge and X and hybrid).",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha --reporter mocha-multi-reporters --reporter-options configFile=multi-reporter-config.json",
"test1": "node_modules/mocha/bin/mocha --grep '^Proxy.*' --reporter mocha-multi-reporters --reporter-options configFile=multi-reporter-config.json",
"simpletest": "node_modules/mocha/bin/mocha --reporter spec",
"badgegen": "node_modules/mocha/bin/mocha --reporter mocha-badge-generator"
},
"repository": {
"type": "git",
"url": "git://github.com/DinoChiesa/apigee-edge-js.git"
},
"keywords": [
"apigee",
"edge"
],
"author": {
"name": "Dino Chiesa",
"email": "[email protected]"
},
"license": "Apache-2.0",
"dependencies": {
"adm-zip": "^0.5.9",
"archiver": "5.3.1",
"dateformat": "3.0.3",
"debug": "^4.3.3",
"netrc": "0.1.3",
"postman-request": "^2.88.1-postman.33",
"qs": "^6.5.3",
"readline-sync": "1.4.9",
"sprintf-js": "1.1.2",
"url-join": "2.0.x",
"xml2js": "0.5.0"
},
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "^7.1.1",
"faker": "4.1.0",
"mocha": "^9.2.2",
"mocha-badge-generator": "^0.11.0",
"mocha-multi-reporters": "^1.1.7"
},
"engines": {
"node": ">= 16.13.1",
"npm": ">= 8.3.0"
},
"overrides": {
"strip-ansi": "5.2.0",
"badge-up": {
"svgo": {
"css-select": {
"nth-check": "2.0.1"
}
}
}
}
}