UNPKG

@oclif/plugin-plugins

Version:
88 lines (87 loc) 2.32 kB
{ "name": "@oclif/plugin-plugins", "description": "plugins plugin for oclif", "version": "2.0.7", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": { "@oclif/color": "^0.1.2", "@oclif/core": "^1.0.7", "chalk": "^4.1.2", "cli-ux": "^6.0.3", "debug": "^4.1.0", "fs-extra": "^9.0", "http-call": "^5.2.2", "load-json-file": "^5.2.0", "npm-run-path": "^4.0.1", "semver": "^7.3.2", "tslib": "^2.0.0", "yarn": "^1.21.1" }, "devDependencies": { "@commitlint/config-conventional": "^12.1.4", "@oclif/plugin-help": "^5.1.7", "@oclif/test": "^1.2.8", "@types/chai": "^4.1.7", "@types/fs-extra": "^9.0", "@types/mocha": "^8.0.0", "@types/node": "^14.0.26", "@types/semver": "^7.3.1", "@types/supports-color": "^7.2.0", "chai": "^4.2.0", "commitlint": "^12.1.4", "eslint": "^7.31.0", "eslint-config-oclif": "^4", "eslint-config-oclif-typescript": "^1.0.2", "fancy-test": "^2.0.0", "globby": "^11.0.1", "husky": "6", "mocha": "^9.1.3", "nock": "^13.0.3", "oclif": "2.0.0-main.11", "ts-node": "^10.4.0", "typescript": "4.4.3" }, "engines": { "node": ">=12.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", "commitlint": "commitlint", "clean": "rm -f oclif.manifest.json", "lint": "eslint . --ext .ts --config .eslintrc", "pretest": "yarn build && tsc -p test --noEmit", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "posttest": "yarn lint", "prepublishOnly": "yarn run build && oclif manifest . && oclif readme", "postpublish": "yarn run clean", "preversion": "yarn run clean", "version": "oclif readme && git add README.md" }, "types": "lib/index.d.ts" }