{
  "name": "@anycli/plugin-plugins",
  "description": "plugins plugin for anycli",
  "version": "0.2.16",
  "author": "Jeff Dickey @jdxcode",
  "anycli": {
    "commands": "./lib/commands",
    "scope": "heroku-cli",
    "devPlugins": [
      "@anycli/plugin-help"
    ]
  },
  "bugs": "https://github.com/anycli/plugin-plugins/issues",
  "dependencies": {
    "@anycli/command": "^1.2.18",
    "@heroku-cli/color": "^1.1.3",
    "chalk": "^2.3.0",
    "cli-ux": "^3.3.18",
    "debug": "^3.1.0",
    "fs-extra": "^5.0.0",
    "http-call": "^5.0.2",
    "load-json-file": "^4.0.0",
    "npm-run-path": "^2.0.2",
    "semver": "^5.5.0",
    "tslib": "^1.9.0",
    "yarn": "^1.3.2"
  },
  "devDependencies": {
    "@anycli/config": "^1.3.41",
    "@anycli/dev-cli": "^0.3.8",
    "@anycli/errors": "^0.2.1",
    "@anycli/plugin-help": "^0.7.1",
    "@anycli/test": "^0.10.15",
    "@anycli/tslint": "^0.2.7",
    "@types/chai": "^4.1.2",
    "@types/fs-extra": "^5.0.0",
    "@types/load-json-file": "^2.0.7",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.1",
    "@types/semver": "^5.5.0",
    "@types/supports-color": "^3.1.0",
    "chai": "^4.1.2",
    "concurrently": "^3.5.1",
    "fancy-test": "^1.0.1",
    "globby": "^7.1.1",
    "mocha": "^5.0.0",
    "ts-node": "^4.1.0",
    "typescript": "^2.7.1"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    ".anycli.manifest.json",
    "/lib"
  ],
  "homepage": "https://github.com/anycli/plugin-plugins",
  "keywords": [
    "anycli-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "anycli/plugin-plugins",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test\"",
    "postpublish": "rm .anycli.manifest.json",
    "posttest": "yarn run lint",
    "prepublishOnly": "yarn run build && anycli-dev manifest",
    "test": "mocha --forbid-only \"test/**/*.test.ts\""
  },
  "types": "lib/index.d.ts"
}
