{
  "name": "pretty-error",
  "version": "4.0.0",
  "description": "See nodejs errors with less clutter",
  "main": "./lib/PrettyError.js",
  "typings": "index.d.ts",
  "dependencies": {
    "lodash": "^4.17.20",
    "renderkid": "^3.0.0"
  },
  "devDependencies": {
    "chai": "~1.9.2",
    "coffee-script": "~1.8.0",
    "coffeescript": "^1.12.7",
    "jitter": "^1.3.0",
    "mocha": "^8.2.0"
  },
  "author": "Aria Minaei",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AriaMinaei/pretty-error.git"
  }
}