UNPKG

@oclif/plugin-commands

Version:

plugin to show the list of all the commands

64 lines 1.7 kB
{ "name": "@oclif/plugin-commands", "description": "plugin to show the list of all the commands", "version": "2.2.15", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-commands/issues", "dependencies": { "@oclif/core": "^2.8.5", "lodash": "^4.17.11" }, "devDependencies": { "@oclif/plugin-help": "^5.2.9", "@oclif/test": "^2.3.17", "@types/chai": "^4.3.4", "@types/lodash": "^4.14.194", "@types/mocha": "^8.0.0", "@types/nock": "^11.1.0", "@types/node": "^14.18.43", "chai": "^4.3.7", "eslint": "^7.3.1", "eslint-config-oclif": "^3.1.0", "eslint-config-oclif-typescript": "^0.2.0", "globby": "^11", "mocha": "^8", "nock": "^13.3.1", "nyc": "^15.1.0", "oclif": "^3.8.2", "shx": "^0.3.3", "ts-node": "^9.1.1", "tslib": "^2.5.0", "typescript": "4.4.3" }, "engines": { "node": ">=12.0.0" }, "files": [ "/lib", "/oclif.manifest.json", "/yarn.lock" ], "homepage": "https://github.com/oclif/plugin-commands", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "commands": "./lib/commands", "bin": "oclif-example", "devPlugins": [ "@oclif/plugin-help" ] }, "repository": "oclif/plugin-commands", "scripts": { "lint": "eslint . --ext .ts --config .eslintrc", "pretest": "yarn build && tsc -p test --noEmit", "test": "mocha \"test/**/*.test.ts\"", "posttest": "yarn lint", "prepack": "shx rm -rf lib && tsc && oclif manifest . && oclif readme", "postpack": "shx rm -f oclif.manifest.json", "version": "oclif readme && git add README.md", "build": "shx rm -rf lib && tsc" } }