{ "name": "@oclif/plugin-which", "description": "find which plugin a command is in", "version": "1.0.3", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": { "@oclif/command": "^1.5.4", "@oclif/config": "^1.8.7", "cli-ux": "^4.9.1", "tslib": "^1.9.3" }, "devDependencies": { "@oclif/dev-cli": "^1.19.1", "@oclif/plugin-help": "^2.1.2", "@oclif/test": "^1.2.1", "@oclif/tslint": "^3.1.0", "@types/chai": "^4.1.6", "@types/mocha": "^5.2.5", "@types/node": "^10.11.7", "chai": "^4.2.0", "globby": "^8", "mocha": "^5", "nyc": "^13.0.1", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/lib", "/oclif.manifest.json" ], "homepage": "https://github.com/oclif/plugin-which", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "commands": "./lib/commands", "bin": "oclif-example", "devPlugins": [ "@oclif/plugin-help" ] }, "repository": "oclif/plugin-which", "scripts": { "postpack": "rm -f oclif.manifest.json", "posttest": "tsc -p test --noEmit && tslint -p test -t stylish", "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme", "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" } }