{ "name": "@oclif/plugin-help", "description": "standard help for oclif", "version": "2.1.4", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": { "@oclif/command": "^1.5.4", "chalk": "^2.4.1", "indent-string": "^3.2.0", "lodash.template": "^4.4.0", "string-width": "^2.1.1", "strip-ansi": "^5.0.0", "widest-line": "^2.0.1", "wrap-ansi": "^4.0.0" }, "devDependencies": { "@oclif/config": "^1.9.0", "@oclif/dev-cli": "^1.19.4", "@oclif/errors": "^1.2.2", "@oclif/plugin-legacy": "^1.1.3", "@oclif/plugin-plugins": "^1.7.2", "@oclif/test": "^1.2.2", "@oclif/tslint": "^3.1.1", "@types/chai": "^4.1.7", "@types/indent-string": "^3.0.0", "@types/lodash.template": "^4.4.4", "@types/mocha": "^5.2.5", "@types/node": "^10.12.5", "@types/strip-ansi": "^3.0.0", "@types/wrap-ansi": "^3.0.0", "chai": "^4.2.0", "globby": "^8.0.1", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.6" }, "engines": { "node": ">=8.0.0" }, "files": [ "oclif.manifest.json", "/lib" ], "homepage": "https://github.com/oclif/plugin-help", "keywords": [ "oclif-plugin" ], "license": "MIT", "main": "./lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "oclif", "devPlugins": [ "@oclif/plugin-plugins", "@oclif/plugin-legacy" ] }, "repository": "oclif/plugin-help", "scripts": { "build": "rm -rf lib && tsc", "lint": "tsc -p test --noEmit && tslint -p test", "postpack": "rm oclif.manifest.json", "posttest": "yarn run lint", "prepack": "yarn run build && oclif-dev manifest", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "./lib/index.d.ts" }