{
  "name": "@oclif/plugin-warn-if-update-available",
  "description": "warns if there is a newer version of CLI released",
  "version": "2.0.24",
  "author": "Salesforce",
  "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
  "dependencies": {
    "@oclif/core": "^2.0.7",
    "chalk": "^4.1.0",
    "debug": "^4.1.0",
    "fs-extra": "^9.0.1",
    "http-call": "^5.2.2",
    "lodash": "^4.17.21",
    "semver": "^7.3.8"
  },
  "devDependencies": {
    "@oclif/test": "^1.2.8",
    "@types/chai": "^4.3.4",
    "@types/fs-extra": "^9.0.1",
    "@types/lodash": "^4.14.191",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.18.36",
    "@types/semver": "^7.3.13",
    "chai": "^4.3.7",
    "eslint": "^7.3.1",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.2.0",
    "globby": "^11.0.1",
    "mocha": "^8.0.1",
    "oclif": "^3.6.1",
    "ts-node": "^9.1.1",
    "tslib": "^2.4.1",
    "typescript": "4.4.3"
  },
  "engines": {
    "node": ">=12.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": "eslint . --ext .ts --config .eslintrc",
    "pretest": "yarn build --noEmit && 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"
  },
  "main": "lib/index.js"
}