{ "name": "@oclif/errors", "description": "display friendly CLI errors and log to error log", "version": "1.2.2", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/errors/issues", "dependencies": { "clean-stack": "^1.3.0", "fs-extra": "^7.0.0", "indent-string": "^3.2.0", "strip-ansi": "^5.0.0", "wrap-ansi": "^4.0.0" }, "devDependencies": { "@oclif/tslint": "^3.1.0", "@types/chai": "^4.1.6", "@types/clean-stack": "^1.3.0", "@types/fs-extra": "^5.0.4", "@types/indent-string": "^3.0.0", "@types/mocha": "^5.2.5", "@types/node": "^10.11.7", "@types/strip-ansi": "^3.0.0", "@types/wrap-ansi": "^3.0.0", "chai": "^4.2.0", "chalk": "^2.4.1", "fancy-test": "^1.4.1", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "engines": { "node": ">=8.0.0" }, "files": [ "/handle.js", "/lib" ], "homepage": "https://github.com/oclif/errors", "keywords": [ "oclif" ], "license": "MIT", "main": "lib/index.js", "repository": "oclif/errors", "scripts": { "build": "rm -rf lib && tsc", "lint": "tsc -p test --noEmit && tslint -p test -t stylish", "posttest": "yarn run lint", "prepublishOnly": "yarn run build", "pretest": "yarn run build", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts" }