UNPKG

1.07 kBJSONView Raw
1{
2 "name": "apiconnect-cli-catalogs",
3 "version": "1.0.1",
4 "description": "APIMesh CLI Toolkit plugin for catalogs",
5 "main": "index.js",
6 "keywords": [
7 "apim",
8 "apiconnect",
9 "apic",
10 "config",
11 "plugin",
12 "ibm",
13 "api",
14 "management",
15 "apic-toolkit-plugin"
16 ],
17 "dependencies": {
18 "apiconnect-cli-config": "^1.x",
19 "apiconnect-cli-logger": "^1.x",
20 "apiconnect-cli-util": "^1.x",
21 "async": "^1.x",
22 "bluebird": "^1.x",
23 "debug": "2.2.x",
24 "inquirer": "0.8.5",
25 "lodash": "4.0.x",
26 "mkdirp": "0.5.1"
27 },
28 "scripts": {
29 "pretest": "eslint --ignore-path .gitignore .",
30 "test": "tap --bail --timeout=1000 ./test/test-*"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git@github.ibm.com:apimesh/apiconnect-cli-catalogs.git"
35 },
36 "author": "IBM API Mesh",
37 "license": "SEE LICENSE IN LICENSE.txt",
38 "devDependencies": {
39 "apiconnect-cli-plugins": "^1.x",
40 "tap": "^5.x",
41 "eslint": "^1.x",
42 "eslint-config-apiconnect": "^1.x",
43 "md5": "^2.1.0",
44 "nock": "^7.x"
45 }
46}