@oclif/plugin-update
Version:
[](https://npmjs.org/package/@oclif/plugin-update) [](https://npmjs.org/package/@oclif/plugin-update) [ • 2.65 kB
JSON
{
"name": "@oclif/plugin-update",
"version": "4.1.4",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@oclif/core": "^3.12.0",
"chalk": "^5",
"cross-spawn": "^7.0.3",
"debug": "^4.3.1",
"filesize": "^6.1.0",
"http-call": "^5.3.0",
"inquirer": "^9.2.11",
"lodash.throttle": "^4.1.1",
"semver": "^7.5.4",
"tar-fs": "^2.1.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.7.0",
"@oclif/plugin-help": "^5.2.17",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3",
"@types/chai": "^4.3.10",
"@types/cross-spawn": "^6.0.6",
"@types/debug": "^4.1.10",
"@types/execa": "^0.9.0",
"@types/glob": "^7.1.3",
"@types/inquirer": "^9.0.4",
"@types/lodash.throttle": "^4.1.9",
"@types/mocha": "^10",
"@types/node": "^18",
"@types/semver": "^7.5.5",
"@types/supports-color": "^7.2.0",
"@types/tar-fs": "^2.0.2",
"chai": "^4.3.10",
"commitlint": "^17.8.1",
"eslint": "^8.54.0",
"eslint-config-oclif": "^5.0.0",
"eslint-config-oclif-typescript": "^3.0.15",
"eslint-config-prettier": "^9.0.0",
"got": "^13.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"mocha": "^10.2.0",
"nock": "^13.3.6",
"oclif": "^4",
"prettier": "^3.1.0",
"qqjs": "^0.3.11",
"quibble": "^0.9.0",
"sinon": "^16.1.3",
"strip-ansi": "^7.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"oclif.manifest.json",
"/dist",
"/oclif.lock"
],
"homepage": "https://github.com/oclif/plugin-update",
"keywords": [
"oclif-plugin"
],
"license": "MIT",
"oclif": {
"autoupdate": "github",
"commands": "./dist/commands",
"bin": "oclif-example",
"hooks": {
"init": "./dist/hooks/init.js"
},
"devPlugins": [
"@oclif/plugin-help"
],
"flexibleTaxonomy": true
},
"repository": "oclif/plugin-update",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts",
"postpack": "rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn build && oclif lock && oclif manifest . && oclif lock",
"prepare": "husky install && yarn build",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"test:integration:sf": "mocha --forbid-only \"test/integration/sf.integration.ts\" --timeout 900000",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
},
"exports": "./dist/index.js",
"type": "module"
}