UNPKG

@oclif/plugin-legacy

Version:

converts older style plugins to be compatible with oclif

88 lines (87 loc) 2.42 kB
{ "name": "@oclif/plugin-legacy", "description": "converts older style plugins to be compatible with oclif", "version": "2.0.18", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-legacy/issues", "dependencies": { "@oclif/color": "^1.0.13", "@oclif/core": "^3.27.0", "ansi-escapes": "^4.3.2", "debug": "^4.3.7", "semver": "^7.6.3" }, "devDependencies": { "@commitlint/config-conventional": "^17.8.1", "@heroku-cli/plugin-apps": "^7.59.1", "@heroku-cli/plugin-status": "5.0.10", "@oclif/plugin-help": "^6.2.10", "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^4", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.7", "@types/nock": "^11.1.0", "@types/node": "^14.0.14", "@types/semver": "^7.5.8", "@types/supports-color": "^7.2.0", "chai": "^4.5.0", "commitlint": "^17.8.1", "eslint": "^8.57.0", "eslint-config-oclif": "^5.2.1", "eslint-config-oclif-typescript": "^3.1.10", "eslint-config-prettier": "^9.1.0", "globby": "^11.1.0", "heroku-apps": "^2.4.22", "husky": "^9.1.5", "lint-staged": "^15.2.10", "mocha": "^10.7.3", "nock": "^13.5.5", "nyc": "^15.1.0", "oclif": "^4.14.29", "prettier": "^3.3.3", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, "peerDependencies": { "@heroku-cli/command": "*" }, "engines": { "node": ">=8.0.0" }, "exports": "./lib/index.js", "files": [ "/oclif.manifest.json", "/lib", "/oclif.lock" ], "homepage": "https://github.com/oclif/plugin-legacy", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "commands": "./lib/commands", "hooks": { "init": "./lib/hooks/init.js" }, "devPlugins": [ "@oclif/plugin-help", "@heroku-cli/plugin-apps", "@heroku-cli/plugin-status" ], "bin": "oclif-example" }, "repository": "oclif/plugin-legacy", "scripts": { "build": "rm -rf lib && tsc", "lint": "eslint . --ext .ts", "postpack": "rm -f oclif.manifest.json oclif.lock", "posttest": "yarn lint", "prepack": "rm -rf lib && tsc && oclif lock && oclif manifest && oclif readme", "prepare": "husky install", "pretest": "yarn build && tsc -p test", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif readme && git add README.md" }, "types": "lib/index.d.ts" }