-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
61 lines (61 loc) · 1.43 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
{
"name": "apigeetool",
"version": "0.16.6",
"description": "A CLI for Apigee Edge",
"main": "lib/main.js",
"bin": {
"apigeetool": "./lib/cli.js"
},
"scripts": {
"testcli": "jasmine --config=./test/config/test-cli",
"test": "jasmine --config=./test/config/test-all",
"test-verbose": "jasmine --config=./test/config/test-all --reporter=jasmine-console-reporter",
"remotetest": "mocha -R spec remotetests"
},
"keywords": [
"Apigee",
"Edge",
"CLI"
],
"authors": [
"Greg Brail <[email protected]>",
"Scott Ganyo <[email protected]>",
"Dino Chiesa <[email protected]>"
],
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"body-parser": "^1.20.0",
"cli-table": "^0.3.11",
"fs-extra": "^10.1.0",
"jszip": "^3.7.1",
"mustache": "^4.2.0",
"netrc": "^0.1.3",
"node-unzip-2": "^0.2.7",
"postman-request": "^2.88.1-postman.33",
"read": "^1.0.7",
"tar-fs": "^2.1.1",
"tmp": "^0.0.27"
},
"devDependencies": {
"connect": "^3.4.0",
"express": "^4.21.0",
"faker": "^5.5.3",
"jasmine": "^3.5.0",
"jasmine-console-reporter": "^3.1.0",
"lodash.find": "^4.6.0",
"mocha": "^10.0.0"
},
"engines": {
"node": ">= 16.13.1",
"npm": ">= 8.3.0"
},
"overrides": {
"braces": "3.0.3",
"path-to-regexp": "0.1.10"
},
"repository": {
"type": "git",
"url": "https://github.com/apigee/apigeetool-node.git"
}
}