{
  "name": "spur-errors",
  "description": "Common error builder utility for Node.js. Contains common error types, and stack trace tracking to support more detailed error messages.",
  "version": "1.0.8",
  "main": "./src/SpurErrors",
  "author": {
    "name": "Agustin Colchado",
    "email": "agustin@colchado.com"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "spur",
    "spur-framework",
    "error",
    "exceptions"
  ],
  "license": "MIT",
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "jest test/",
    "test:dev": "npm run test -- --watch"
  },
  "bugs": {
    "url": "https://github.com/opentable/spur-errors/issues"
  },
  "homepage": "https://github.com/opentable/spur-errors",
  "repository": {
    "type": "git",
    "url": "git://github.com/opentable/spur-errors.git"
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "8.57.0",
    "jest": "29.7.0"
  }
}
