-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 882 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
{
"name": "service-api",
"version": "1.0.2",
"description": "Hapi service boilerplate",
"main": "app.js",
"dependencies": {
"@hapi/boom": "^9.0.0",
"@hapi/catbox-redis": "^5.0.5",
"@hapi/cookie": "^11.0.0",
"@hapi/hapi": "^19.1.0",
"@hapi/inert": "^6.0.1",
"@hapi/joi": "^17.1.0",
"@hapi/vision": "^6.0.0",
"@mutable/meta": "^1.3.0",
"hapi-auth-bearer-token": "^6.1.4",
"hapi-swagger": "^12.1.0",
"pg-promise": "^10.4.3",
"promise": "^8.0.3",
"redis": "^3.0.2",
"toobusy-js": "^0.5.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1"
},
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">=12.15"
},
"keywords": [
"node",
"hapi",
"swagger",
"microservice"
],
"author": "mutable"
}