UNPKG

@oclif/plugin-which

Version:

find which plugin a command is in

72 lines (71 loc) 1.95 kB
{ "name": "@oclif/plugin-which", "description": "find which plugin a command is in", "version": "3.0.11", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": { "@oclif/core": "^3.12.0" }, "devDependencies": { "@commitlint/config-conventional": "^17.8.1", "@oclif/plugin-help": "^5.2.20", "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^3.1.1", "@types/chai": "^4.3.10", "@types/mocha": "^10.0.4", "@types/node": "^18", "chai": "^4.3.10", "commitlint": "^17.8.1", "eslint": "^8.54.0", "eslint-config-oclif": "^5.0.0", "eslint-config-oclif-typescript": "^3.0.18", "eslint-config-prettier": "^9.0.0", "globby": "^11", "husky": "^8.0.3", "lint-staged": "^14.0.1", "mocha": "^10.2.0", "nyc": "^15.1.0", "oclif": "^4.0.3", "prettier": "^3.1.0", "shx": "^0.3.4", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "engines": { "node": ">=18.0.0" }, "exports": "././lib/index.js", "files": [ "/lib", "/oclif.manifest.json", "/oclif.lock" ], "homepage": "https://github.com/oclif/plugin-which", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "commands": "./lib/commands", "bin": "oclif-example", "devPlugins": [ "@oclif/plugin-help" ], "flexibleTaxonomy": true, "topicSeparator": " " }, "repository": "oclif/plugin-which", "scripts": { "build": "shx rm -rf lib && tsc", "lint": "eslint . --ext .ts", "postpack": "shx rm -f oclif.manifest.json oclif.lock", "posttest": "yarn lint", "prepack": "yarn build && oclif lock && oclif manifest . && oclif readme", "prepare": "husky install && yarn build", "pretest": "yarn build && tsc -p test --noEmit", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif readme && git add README.md" }, "type": "module" }