{
  "name": "apiconnect-cli-test-support",
  "version": "3.0.0",
  "description": "A test helper to easily invoke apic plugins",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint --ignore-path .gitignore .",
    "test": "tap --timeout 30000 test/test-*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.ibm.com/apimesh/apiconnect-cli-test-support"
  },
  "author": "IBM API Connect",
  "license": "ISC",
  "devDependencies": {
    "debug": "^2.2.0",
    "eslint": "^2.8.0",
    "eslint-config-apiconnect": "^2.x",
    "inquirer": "^1.x",
    "tap": "^5.7.1"
  },
  "dependencies": {
    "apiconnect-apim-client": "^1.x",
    "apiconnect-cli-config": "^2.x",
    "apiconnect-cli-logger": "^1.x",
    "apiconnect-cli-plugins": "^3.x",
    "apiconnect-cli-util": "^3.x",
    "apimstacker-client": "^1.x",
    "bluebird": "^3.x",
    "lodash": "^4.x",
    "mkdirp": "^0.5.1",
    "mock-require": "^1.x",
    "randomstring": "^1.1.5",
    "shell-quote": "^1.x",
    "strip-ansi": "^3.0.1",
    "yamljs": "^0.2.7"
  },
  "engines": {
    "node": ">=0.12"
  }
}
