{
  "name": "error-causes",
  "description": "Simple error handling based on standard JavaScript error cause.",
  "version": "3.0.2",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --fix src",
    "test": "NODE_ENV=test node src/index-test.js | tap-nirvana",
    "watch": "watch 'npm run -s test && npm run -s lint' src",
    "update": "updtr",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paralleldrive/error-causes.git"
  },
  "author": "Eric Elliott",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/paralleldrive/error-causes/issues"
  },
  "homepage": "https://github.com/paralleldrive/error-causes#readme",
  "devDependencies": {
    "eslint": "8.27.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-prettier": "4.2.1",
    "esm": "3.2.25",
    "prettier": "2.7.1",
    "release-it": "15.5.0",
    "riteway": "7.0.0",
    "tap-nirvana": "1.1.0",
    "updtr": "4.0.0",
    "watch": "1.0.2"
  }
}
