volos-util-apigee
Version:
Apigee Edge Utils
51 lines (50 loc) • 1.08 kB
JSON
{
"name": "volos-util-apigee",
"version": "0.1.7",
"description": "Apigee Edge Utils",
"main": "lib/main.js",
"bin": {
"apigeeutils": "./lib/cli.js"
},
"scripts": {
"test": "jasmine --config=./test/config/test-all"
},
"keywords": [
"Apigee",
"Edge",
"CLI"
],
"license": "MIT",
"dependencies": {
"async": "^3.2.3",
"body-parser": "^1.20.3",
"cli-table": "^0.3.11",
"fs-extra": "^11.2.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.43",
"read": "^1.0.7",
"tar-fs": "^2.1.2",
"tmp": "^0.2.5",
"volos-cache-common": "^0.10.10",
"volos-quota-common": "^0.11.14"
},
"devDependencies": {
"connect": "^3.4.0",
"express": "^4.13.3",
"faker": "^5.5.3",
"jasmine": "^3.5.0",
"lodash.find": "^4.6.0",
"mocha": "^11.3.0"
},
"engines": {
"node": ">= 12.22.0",
"npm": ">= 8.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/apigee/volos.git"
}
}