UNPKG

1.02 kBJSONView Raw
1{
2 "name": "spur-errors",
3 "description": "Common error builder utility for Node.js. Contains common error types, and stack trace tracking to support more detailed error messages.",
4 "version": "1.0.3",
5 "main": "./src/SpurErrors",
6 "author": {
7 "name": "Agustin Colchado",
8 "email": "agustin@colchado.com"
9 },
10 "publishConfig": {
11 "registry": "https://registry.npmjs.org"
12 },
13 "keywords": [
14 "spur",
15 "spur-framework",
16 "error",
17 "exceptions"
18 ],
19 "license": "MIT",
20 "scripts": {
21 "lint": "eslint .",
22 "pretest": "npm run lint",
23 "test": "mocha test/"
24 },
25 "bugs": {
26 "url": "https://github.com/opentable/spur-errors/issues"
27 },
28 "homepage": "https://github.com/opentable/spur-errors",
29 "repository": {
30 "type": "git",
31 "url": "git://github.com/opentable/spur-errors.git"
32 },
33 "dependencies": {},
34 "devDependencies": {
35 "chai": "^4.3.7",
36 "eslint": "^8.29.0",
37 "eslint-plugin-node": "^11.1.0",
38 "mocha": "^10.2.0",
39 "sinon": "^15.0.1"
40 }
41}