-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 954 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
{
"version": "0.0.0-semantically-released",
"name": "api-problem",
"description": "HTTP Problem Utility",
"author": "Ahmad Nassri <[email protected]> (https://www.ahmadnassri.com)",
"homepage": "https://github.com/ahmadnassri/api-problem",
"repository": {
"type": "git",
"url": "https://github.com/ahmadnassri/node-api-problem.git"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/ahmadnassri"
},
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"api",
"http",
"problem"
],
"engines": {
"node": ">=6"
},
"files": [
"lib"
],
"bugs": {
"url": "https://github.com/ahmadnassri/node-api-problem/issues"
},
"scripts": {
"test": "tap test --no-coverage",
"test:watch": "tap test --watch",
"test:ci": "tap test --100",
"test:report": "opener coverage/lcov-report/index.html"
},
"devDependencies": {
"tap": "^16.3.0"
}
}