UNPKG

apiconnect-config

Version:

Configuration module IBM API Connect Developer Toolkit

44 lines (43 loc) 1.05 kB
{ "name": "apiconnect-config", "version": "5.0.0", "description": "Configuration module IBM API Connect Developer Toolkit", "main": "index.js", "scripts": { "pretest": "eslint .", "test": "tap --bail --timeout=1000 ./test/test-*", "cov": "tap --bail --timeout 20000 --cov --coverage-report=lcov test/test-*.js", "start": "node index.js", "test-cli-format": "CLI_FORMAT_FILE=cli-format.md tap test/test-help.js" }, "keywords": [ "apim", "apiconnect", "apic", "plugin", "ibm", "api", "management" ], "author": "IBM API Connect", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "apiconnect-project": "^5.x", "debug": "^2.x", "fs-extra": "^0.30.0", "js-yaml": "^3.13.1", "lodash": "^4.17.15", "mkdirp": "^0.5.1", "osenv": "^0.1.3", "strong-globalize": "^4.x" }, "devDependencies": { "eslint": "^2.x", "eslint-config-apiconnect": "^2.x", "rimraf": "^2.5.4", "tap": "^6.3.2" }, "engines": { "node": ">=10" } }