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.26", "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.4.3", "semver": "^7.7.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.33", "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^4", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.10", "@types/nock": "^11.1.0", "@types/node": "^14.0.14", "@types/semver": "^7.7.1", "@types/supports-color": "^7.2.0", "chai": "^4.5.0", "commitlint": "^17.8.1", "eslint": "^8.57.1", "eslint-config-oclif": "^5.2.2", "eslint-config-oclif-typescript": "^3.1.14", "eslint-config-prettier": "^9.1.2", "globby": "^11.1.0", "heroku-apps": "^2.4.22", "husky": "^9.1.7", "lint-staged": "^15.5.2", "mocha": "^10.8.2", "nock": "^13.5.6", "nyc": "^15.1.0", "oclif": "^4.22.29", "prettier": "^3.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, "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" }