{
  "name": "super-error",
  "version": "2.6.1",
  "description": "Easily subclass errors",
  "main": "index.js",
  "scripts": {
    "test": "yarn lint && yarn mocha",
    "mocha": "NODE_ENV=test nyc mocha ./test/*.test.js",
    "lint": "busbud-lint --ignore-deps=@typescript-eslint/eslint-plugin,eslint-*",
    "lint:fix": "busbud-lint --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/busbud/super-error"
  },
  "keywords": [
    "error",
    "class",
    "subclass",
    "inheritance"
  ],
  "author": "Busbud",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/busbud/super-error/issues"
  },
  "homepage": "https://github.com/busbud/super-error",
  "types": "./index.d.ts",
  "devDependencies": {
    "busbud-lint": "1.9.0",
    "chai": "4.2.0",
    "mocha": "6.2.1",
    "nyc": "14.1.1"
  },
  "nyc": {
    "instrument": true,
    "all": true,
    "include": [
      "*.js"
    ],
    "extension": [
      ".js"
    ]
  },
  "dependencies": {
    "inherits": "2.0.4"
  }
}
