{
  "name": "@oclif/errors",
  "description": "display friendly CLI errors and log to error log",
  "version": "1.3.4",
  "author": "Jeff Dickey @jdxcode",
  "bugs": "https://github.com/oclif/errors/issues",
  "dependencies": {
    "clean-stack": "^3.0.0",
    "fs-extra": "^8.1",
    "indent-string": "^4.0.0",
    "strip-ansi": "^6.0.0",
    "wrap-ansi": "^7.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/clean-stack": "^2.1.1",
    "@types/fs-extra": "^8.1",
    "@types/indent-string": "^4.0.1",
    "@types/mocha": "^8.0.0",
    "@types/node": "^14.0.13",
    "@types/strip-ansi": "^5.2.1",
    "@types/wrap-ansi": "^3.0.0",
    "chai": "^4.2.0",
    "chalk": "^4.1.0",
    "eslint": "^7.3.0",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.2.0",
    "fancy-test": "^1.4.8",
    "mocha": "^7.2.0",
    "nock": "^13.0.0",
    "ts-node": "^8.10.2",
    "typescript": "~3.8.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": "eslint . --ext .ts --config .eslintrc",
    "posttest": "rm -rf lib && yarn lint",
    "prepublishOnly": "yarn run build",
    "pretest": "yarn run build && tsc -p test --noEmit",
    "test": "mocha --forbid-only \"test/**/*.test.ts\""
  },
  "types": "lib/index.d.ts"
}
