{
  "name": "exception-formatter",
  "version": "2.1.2",
  "author": "Jason Walton <dev@lucid.thedreaming.org> (https://github.com/jwalton)",
  "license": "MIT",
  "keywords": [
    "error",
    "exception",
    "format",
    "pretty"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/benbria/exception-formatter.git"
  },
  "dependencies": {
    "colors": "^1.0.3"
  },
  "devDependencies": {
    "@benbria/semantic-release-config": "^1.0.0",
    "chai": "^4.2.0",
    "coffee-script": "^1.8.0",
    "coveralls": "^3.0.3",
    "eslint": "^5.16.0",
    "eslint-config-benbria": "^4.0.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-promise": "^4.1.1",
    "istanbul": "^0.4.0",
    "longjohn": "^0.2.4",
    "mocha": "^6.1.4",
    "nyc": "^14.1.0",
    "semantic-release": "^15.13.3"
  },
  "main": "./src/exceptionFormatter.js",
  "types": "./exceptionFormatter.d.ts",
  "files": [
    "src/**/*",
    "exceptionFormatter.d.ts"
  ],
  "scripts": {
    "test": "nyc mocha 'test/**/*.js'",
    "semantic-release": "semantic-release"
  },
  "engines": {
    "node": ">=0.10.1"
  }
}
