{ "name": "@oclif/plugin-warn-if-update-available", "description": "warns if there is a newer version of CLI released", "version": "1.5.4", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", "dependencies": { "@oclif/command": "^1.5.3", "@oclif/config": "^1.8.7", "@oclif/errors": "^1.2.2", "chalk": "^2.4.1", "debug": "^4.1.0", "fs-extra": "^7.0.0", "http-call": "^5.2.2", "semver": "^5.6.0" }, "devDependencies": { "@oclif/dev-cli": "^1.19.1", "@oclif/test": "^1.2.1", "@oclif/tslint": "^3.1.0", "@types/chai": "^4.1.6", "@types/fs-extra": "^5.0.4", "@types/mocha": "^5.2.5", "@types/node": "^10.11.7", "@types/semver": "^5.5.0", "chai": "^4.2.0", "globby": "^8.0.1", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslib": "^1.9.3", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "oclif.manifest.json", "/lib" ], "homepage": "https://github.com/oclif/plugin-warn-if-update-available", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "bin": "oclif-example", "hooks": { "init": [ "./lib/hooks/init/check-update" ] } }, "repository": "oclif/plugin-warn-if-update-available", "scripts": { "build": "rm -rf lib && tsc", "clean": "rm -f oclif.manifest.json", "lint": "tsc -p test --noEmit && tslint -p test -t stylish", "postpublish": "yarn run clean", "posttest": "yarn run lint", "prepublishOnly": "yarn run build && oclif-dev manifest && oclif-dev readme", "preversion": "yarn run clean", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" } }