-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 972 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
{
"name": "nut-http",
"version": "1.2.2",
"description": "An API wrapper that serves the upsc output",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"start": "node index.js",
"preversion": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dietah/nut-http.git"
},
"keywords": [
"nut",
"json",
"upsc",
"ups"
],
"author": "Dieter Verschueren",
"license": "MIT",
"bugs": {
"url": "https://github.com/dietah/nut-http/issues"
},
"homepage": "https://github.com/dietah/nut-http#readme",
"dependencies": {
"envalid": "^6.0.1",
"log4js": "^6.4.3",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"restify": "^8.5.1",
"stereotype": "^1.0.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
}
}