-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "microgateway-config",
"version": "3.3.4",
"description": "Apigee Microgateway Handler",
"main": "index.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/apigee/microgateway-config.git"
},
"dependencies": {
"volos-util-apigee": "^0.1.2",
"async": "^2.6.4",
"body-parser": "^1.15.0",
"config": "^3.3.9",
"debug": "^3.1.0",
"fs-extra": "^0.26.7",
"js-yaml": "^3.5.4",
"lodash": "^4.17.19",
"redis": "^3.1.2",
"postman-request": "^2.88.1-postman.33",
"resolve": "^1.20.0"
},
"scripts": {
"lint": "eslint ./lib index.js",
"test": "nyc mocha tests/*.unit.test.js --timeout 10000",
"test:unit": "nyc mocha tests/*.unit.test.js --timeout 10000",
"test:integration": "nyc mocha tests/*.integration.test.js --timeout 60000"
},
"devDependencies": {
"chai": "^2.3.0",
"eslint": "^8.44.0",
"eslint-config-google": "^0.13.0",
"jshint-stylish": "^2.2.1",
"mocha": "^9.0.1",
"nyc": "^15.1.0",
"proxyquire": "^1.7.10"
}
}