{
  "name": "@oclif/plugin-not-found",
  "description": "\"did you mean\" for oclif",
  "version": "1.2.4",
  "author": "Jeff Dickey @jdxcode",
  "oclif": {
    "hooks": {
      "command_not_found": "./lib"
    },
    "devPlugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-commands"
    ]
  },
  "bugs": "https://github.com/oclif/plugin-not-found/issues",
  "dependencies": {
    "@oclif/color": "^0.x",
    "@oclif/command": "^1.6.0",
    "cli-ux": "^4.9.0",
    "fast-levenshtein": "^2.0.6",
    "lodash": "^4.17.13"
  },
  "devDependencies": {
    "@oclif/config": "^1.8.7",
    "@oclif/dev-cli": "^1.19.1",
    "@oclif/errors": "^1.2.2",
    "@oclif/plugin-commands": "^1.2.1",
    "@oclif/plugin-help": "^3",
    "@oclif/test": "^1.2.1",
    "@types/chai": "^4.1.6",
    "@types/fast-levenshtein": "^0.0.1",
    "@types/lodash": "^4.14.117",
    "@types/mocha": "^5.2.5",
    "@types/node": "^8.10.59",
    "@types/supports-color": "^5.3.0",
    "chai": "^4.2.0",
    "eslint": "^6.6.0",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.1.0",
    "mocha": "^5.2.0",
    "ts-node": "^7.0.1",
    "typescript": "^3.1.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/oclif.manifest.json",
    "/lib"
  ],
  "homepage": "https://github.com/oclif/plugin-not-found",
  "keywords": [
    "oclif-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "oclif/plugin-not-found",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "pretest": "tsc -p test --noEmit",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "posttest": "yarn lint",
    "prepublishOnly": "yarn run build && oclif-dev manifest",
    "postpublish": "rm oclif.manifest.json"
  },
  "types": "lib/index.d.ts"
}
