{
  "name": "@oclif/plugin-not-found",
  "description": "\"did you mean\" for oclif",
  "version": "2.3.23",
  "author": "Salesforce",
  "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": "^1.0.4",
    "@oclif/core": "^2.8.0",
    "fast-levenshtein": "^3.0.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@oclif/config": "^1.18.8",
    "@oclif/plugin-commands": "^2.2.12",
    "@oclif/plugin-help": "^5.2.8",
    "@oclif/test": "^1.2.9",
    "@types/chai": "^4.3.4",
    "@types/fast-levenshtein": "^0.0.2",
    "@types/lodash": "^4.14.191",
    "@types/mocha": "^8.2.3",
    "@types/node": "^15.14.9",
    "@types/supports-color": "^8.1.1",
    "chai": "^4.3.7",
    "chalk": "^5.2.0",
    "eslint": "^7.32.0",
    "eslint-config-oclif": "^4",
    "eslint-config-oclif-typescript": "^1.0.3",
    "mocha": "^9",
    "oclif": "^3.7.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.6.3"
  },
  "engines": {
    "node": ">=12.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": "yarn build && tsc -p test --noEmit",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "posttest": "yarn lint",
    "prepublishOnly": "yarn run build && oclif manifest .",
    "postpublish": "rm oclif.manifest.json"
  },
  "types": "lib/index.d.ts"
}