UNPKG

1.01 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.7",
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": "jest test/",
24 "test:dev": "npm run test -- --watch"
25 },
26 "bugs": {
27 "url": "https://github.com/opentable/spur-errors/issues"
28 },
29 "homepage": "https://github.com/opentable/spur-errors",
30 "repository": {
31 "type": "git",
32 "url": "git://github.com/opentable/spur-errors.git"
33 },
34 "dependencies": {},
35 "devDependencies": {
36 "eslint": "8.57.0",
37 "eslint-plugin-node": "11.1.0",
38 "jest": "29.7.0"
39 }
40}