{ "name": "@oclif/plugin-not-found", "description": "\"did you mean\" for oclif", "version": "1.2.2", "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.0.0", "@oclif/command": "^1.5.3", "cli-ux": "^4.9.0", "fast-levenshtein": "^2.0.6", "lodash": "^4.17.11" }, "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": "^2.1.2", "@oclif/test": "^1.2.1", "@oclif/tslint": "^3.1.0", "@types/chai": "^4.1.6", "@types/fast-levenshtein": "^0.0.1", "@types/lodash": "^4.14.117", "@types/mocha": "^5.2.5", "@types/node": "^10.11.7", "@types/supports-color": "^5.3.0", "chai": "^4.2.0", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "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": "tsc -p test --noEmit && tslint -p test", "postpublish": "rm .oclif.manifest.json", "posttest": "yarn run lint", "prepublishOnly": "yarn run build && oclif-dev manifest", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts" }