{
  "name": "@oclif/plugin-help",
  "description": "Standard help for oclif.",
  "version": "5.2.18",
  "author": "Salesforce",
  "bugs": "https://github.com/oclif/plugin-help/issues",
  "dependencies": {
    "@oclif/core": "^2.11.10"
  },
  "devDependencies": {
    "@oclif/plugin-plugins": "^2.4.7",
    "@oclif/test": "^2.1.0",
    "@types/chai": "^4.3.5",
    "@types/mocha": "^9.1.0",
    "chai": "^4.3.8",
    "eslint": "^7.3.1",
    "eslint-config-oclif": "^4.0.0",
    "eslint-config-oclif-typescript": "^1.0.3",
    "mocha": "^9.2.2",
    "oclif": "^3.11.3",
    "shx": "^0.3.4",
    "ts-node": "^9.1.1",
    "typescript": "^4.6.3"
  },
  "engines": {
    "node": ">=12.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"
    ]
  },
  "repository": "oclif/plugin-help",
  "scripts": {
    "build": "shx rm -rf lib && tsc",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "pretest": "yarn build && tsc --noEmit",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "posttest": "yarn lint",
    "prepack": "yarn run build && oclif manifest .",
    "postpack": "shx rm oclif.manifest.json"
  },
  "types": "./lib/index.d.ts"
}