-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.28 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
{
"name": "iut-project",
"version": "1.0.0",
"description": "",
"author": "",
"license": "ISC",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"start": "node server",
"test": "lab -a @hapi/code -I \"__core-js_shared__,CSS,regeneratorRuntime,core\" -L",
"lint": "eslint ."
},
"dependencies": {
"@hapi/boom": "9.x.x",
"@hapi/jwt": "^3.2.0",
"@hapipal/haute-couture": "4.x.x",
"@hapipal/schmervice": "^3.0.0",
"@hapipal/schwifty": "^6.2.0",
"exiting": "6.0.1",
"joi": "17.x.x",
"mysql": "^2.18.1",
"nodemailer": "^6.9.1",
"objection": "2.x.x",
"sqlite3": "5.0.2"
},
"peerDependencies": {
"knex": "0.21.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/eslint-config-hapi": "13.x.x",
"@hapi/eslint-plugin-hapi": "4.x.x",
"@hapi/glue": "8.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/inert": "6.x.x",
"@hapi/lab": "23.x.x",
"@hapi/vision": "6.x.x",
"@hapipal/confidence": "6.x.x",
"@hapipal/hpal": "3.x.x",
"@hapipal/hpal-debug": "2.x.x",
"@hapipal/toys": "3.x.x",
"babel-eslint": "10.x.x",
"dotenv": "8.x.x",
"eslint": "7.x.x",
"hapi-swagger": "14.x.x",
"knex": "^0.21.16"
}
}