UNPKG

@oclif/plugin-help

Version:
56 lines 1.42 kB
{ "name": "@oclif/plugin-help", "description": "Standard help for oclif.", "version": "5.2.8", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": { "@oclif/core": "^2.6.2" }, "devDependencies": { "@oclif/plugin-plugins": "^2.3.2", "@oclif/test": "^2.1.0", "@types/chai": "^4.3.4", "@types/mocha": "^9.1.0", "chai": "^4.3.7", "eslint": "^7.3.1", "eslint-config-oclif": "^4.0.0", "eslint-config-oclif-typescript": "^1.0.3", "mocha": "^9.2.2", "oclif": "^3.7.0", "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" }