{ "name": "@oclif/plugin-legacy", "description": "converts older style plugins to be compatible with oclif", "version": "1.1.3", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-legacy/issues", "dependencies": { "@heroku-cli/command": "^8.2.0", "@oclif/color": "^0.0.0", "@oclif/command": "^1.5.4", "ansi-escapes": "^3.1.0", "debug": "^4.1.0", "semver": "^5.6.0", "tslib": "^1.9.3" }, "devDependencies": { "@heroku-cli/plugin-apps": "^2.6.0", "@oclif/config": "^1.8.8", "@oclif/dev-cli": "^1.19.2", "@oclif/errors": "^1.2.2", "@oclif/plugin-help": "^2.1.3", "@oclif/test": "^1.2.2", "@oclif/tslint": "^3.1.1", "@types/chai": "^4.1.6", "@types/mocha": "^5.2.5", "@types/node": "^10.11.7", "@types/semver": "^5.5.0", "@types/supports-color": "^5.3.0", "chai": "^4.2.0", "globby": "^8.0.1", "heroku-apps": "^2.4.22", "heroku-status": "^3.0.10", "mocha": "^5.2.0", "nyc": "^13.0.1", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/oclif.manifest.json", "/lib" ], "homepage": "https://github.com/oclif/plugin-legacy", "keywords": [ "oclif-plugin" ], "license": "MIT", "main": "lib/index.js", "oclif": { "commands": "./lib/commands", "hooks": { "init": "./lib/hooks/init" }, "devPlugins": [ "@oclif/plugin-help", "@heroku-cli/plugin-apps", "heroku-status" ], "bin": "oclif-example" }, "repository": "oclif/plugin-legacy", "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" }, "types": "lib/index.d.ts" }