{
  "name": "@anycli/plugin-help",
  "description": "standard help for anycli",
  "version": "0.7.2",
  "author": "Jeff Dickey @jdxcode",
  "anycli": {
    "commands": "./lib/commands",
    "bin": "anycli",
    "topics": {
      "fob": {
        "description": "foo"
      }
    },
    "devPlugins": [
      "@anycli/plugin-plugins",
      "@anycli/plugin-legacy"
    ]
  },
  "bugs": "https://github.com/anycli/plugin-help/issues",
  "dependencies": {
    "@anycli/command": "^1.2.18",
    "chalk": "^2.3.0",
    "indent-string": "^3.2.0",
    "lodash.template": "^4.4.0",
    "string-width": "^2.1.1",
    "widest-line": "^2.0.0",
    "wrap-ansi": "^3.0.1"
  },
  "devDependencies": {
    "@anycli/config": "^1.3.41",
    "@anycli/dev-cli": "^0.3.8",
    "@anycli/errors": "^0.2.1",
    "@anycli/plugin-legacy": "^0.1.1",
    "@anycli/plugin-plugins": "^0.2.14",
    "@anycli/test": "^0.10.15",
    "@anycli/tslint": "^0.2.7",
    "@types/chai": "^4.1.2",
    "@types/indent-string": "^3.0.0",
    "@types/lodash.template": "^4.4.3",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.1",
    "@types/strip-ansi": "^3.0.0",
    "@types/wrap-ansi": "^2.0.14",
    "chai": "^4.1.2",
    "concurrently": "^3.5.1",
    "globby": "^7.1.1",
    "mocha": "^5.0.0",
    "strip-ansi": "^4.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-help",
  "keywords": [
    "anycli-plugin"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "repository": "anycli/plugin-help",
  "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"
}
