{ "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", "version": "1.7.3", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": { "@oclif/color": "^0.0.0", "@oclif/command": "^1.5.4", "chalk": "^2.4.1", "cli-ux": "^4.9.3", "debug": "^4.1.0", "fs-extra": "^7.0.1", "http-call": "^5.2.2", "load-json-file": "^5.1.0", "npm-run-path": "^2.0.2", "semver": "^5.6.0", "tslib": "^1.9.3", "yarn": "^1.12.3" }, "devDependencies": { "@oclif/config": "^1.9.0", "@oclif/dev-cli": "^1.19.4", "@oclif/errors": "^1.2.2", "@oclif/plugin-help": "^2.1.4", "@oclif/test": "^1.2.2", "@oclif/tslint": "^3.1.1", "@types/chai": "^4.1.7", "@types/fs-extra": "^5.0.4", "@types/mocha": "^5.2.5", "@types/node": "^10.12.5", "@types/semver": "^5.5.0", "@types/supports-color": "^5.3.0", "chai": "^4.2.0", "fancy-test": "^1.4.1", "globby": "^8.0.1", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.6" }, "engines": { "node": ">=8.0.0" }, "files": [ "oclif.manifest.json", "/lib" ], "homepage": "https://github.com/oclif/plugin-plugins", "keywords": [ "oclif-plugin" ], "license": "MIT", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "scope": "heroku-cli", "hooks": { "update": "./lib/hooks/update.js" }, "devPlugins": [ "@oclif/plugin-help" ], "aliases": { "aliasme": "oclif-debug" }, "bin": "mycli" }, "repository": "oclif/plugin-plugins", "scripts": { "build": "rm -rf lib && tsc", "clean": "rm -f .oclif.manifest.json", "lint": "tsc -p test --noEmit && tslint -p test -t stylish", "postpublish": "yarn run clean", "posttest": "yarn run lint", "prepublishOnly": "yarn run build && oclif-dev manifest && oclif-dev readme", "preversion": "yarn run clean", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" }, "types": "lib/index.d.ts" }