{ "name": "@oclif/plugin-update", "version": "1.3.9", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": { "@oclif/color": "^0.0.0", "@oclif/command": "^1.5.4", "@oclif/config": "^1.9.0", "@oclif/errors": "^1.2.2", "@types/semver": "^5.5.0", "cli-ux": "^4.9.3", "cross-spawn": "^6.0.5", "debug": "^4.1.0", "filesize": "^3.6.1", "fs-extra": "^7.0.1", "http-call": "^5.2.2", "lodash": "^4.17.11", "log-chopper": "^1.0.2", "semver": "^5.6.0", "tar-fs": "^1.16.3" }, "devDependencies": { "@oclif/dev-cli": "^1.19.4", "@oclif/plugin-help": "^2.1.3", "@oclif/test": "^1.2.2", "@oclif/tslint": "^3.1.1", "@types/chai": "^4.1.7", "@types/cross-spawn": "^6.0.0", "@types/execa": "^0.9.0", "@types/fs-extra": "^5.0.4", "@types/glob": "^7.1.1", "@types/lodash": "^4.14.118", "@types/mocha": "^5.2.5", "@types/node": "^10.12.5", "@types/supports-color": "^5.3.0", "@types/write-json-file": "^2.2.1", "chai": "^4.2.0", "globby": "^8.0.1", "mocha": "^5.2.0", "qqjs": "^0.3.10", "ts-node": "^7.0.1", "tslib": "^1.9.3", "tslint": "^5.11.0", "typescript": "^3.1.6" }, "engines": { "node": ">=8.0.0" }, "files": [ "oclif.manifest.json", "/lib" ], "homepage": "https://github.com/oclif/plugin-update", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "autoupdate": "github", "commands": "./lib/commands", "bin": "oclif-example", "hooks": { "init": "./lib/hooks/init" }, "devPlugins": [ "@oclif/plugin-help" ] }, "repository": "oclif/plugin-update", "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", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" } }