-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.39 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "user-pal",
"version": "1.0.0",
"description": "hapi pal + user boilerplate",
"author": "Matt Boutet <mattboutet@gmail.com>",
"license": "ISC",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mattboutet/user-pal"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"knex": "knex",
"start": "node server",
"test": "NODE_ENV=test; lab -a @hapi/code -L -t 100 -I 'core,__core-js_shared__,regeneratorRuntime,CSS' -L",
"lint": "eslint ."
},
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapi/glue": "7.x.x",
"@hapi/hapi": "19.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/inert": "6.x.x",
"@hapi/joi": "17.x.x",
"@hapi/vision": "6.x.x",
"avocat": "^1.0.2",
"confidence": "4.x.x",
"db-errors": "^0.2.0",
"dotenv": "8.x.x",
"hapi-auth-jwt2": "8.x.x",
"hapi-swagger": "12.x.x",
"haute-couture": "3.x.x",
"jsonwebtoken": "8.x.x",
"knex": "0.20.x",
"objection": "2.x.x",
"pg": "7.x.x",
"schmervice": "^1.2.0",
"schwifty": "5.x.x",
"secure-password": "3.x.x",
"sendemail": "^3.4.0",
"tandy": "2.x.x",
"toys": "2.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"eslint": "6.x.x",
"@hapi/eslint-config-hapi": "13.x.x",
"@hapi/eslint-plugin-hapi": "4.x.x",
"knex-migrate": "^1.7.1",
"@hapi/lab": "22.x.x"
}
}