forked from ebdrup/nodeerrors
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 867 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"author": "Debitoor",
"name": "@debitoor/nodeerrors",
"description": "error handling module for node",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/debitoor/nodeerrors"
},
"private": false,
"main": "./lib/nodeerrors.js",
"engines": {
"node": ">=16.20.0"
},
"dependencies": {
"@debitoor/moduleconfig": "1.0.0",
"parent-module": "2.0.0",
"underscore": "1.13.6",
"uuid": "9.0.0"
},
"scripts": {
"test": "istanbul cover _mocha"
},
"devDependencies": {
"chai": "4.3.7",
"istanbul": "0.4.2",
"mocha": "8.4.0",
"mocha-jshint": "2.3.1",
"request": "2.69.0",
"sinon": "15.2.0",
"sinon-chai": "3.7.0"
},
"readmeFilename": "README.md",
"directories": {
"test": "test"
},
"keywords": [
"error",
"handling"
],
"license": "MIT"
}