-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.38 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
57
58
59
60
{
"name": "facturacion-electronica-api",
"version": "1.0.0",
"description": "",
"author": "Jonathan Samines",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"knex": "knex",
"start": "node server",
"watch": "nodemon server",
"test": "lab -a code -I '__core-js_shared__' -L",
"lint": "eslint ."
},
"dependencies": {
"bcryptjs": "~2.4.3",
"boom": "7.x.x",
"catbox-redis": "~4.2.3",
"confidence": "3.x.x",
"date-fns": "~1.29.0",
"dotenv": "6.x.x",
"felicity": "~3.0.0",
"glue": "5.x.x",
"hapi": "17.x.x",
"hapi-auth-cookie": "~9.0.0",
"hapi-qs": "~2.0.1",
"haute-couture": "3.x.x",
"hoek": "5.x.x",
"hpal-debug": "1.x.x",
"inert": "~5.1.2",
"joi": "13.x.x",
"knex": "0.15.x",
"libxmljs": "~0.19.5",
"lodash": "~4.17.11",
"milliseconds": "~1.0.3",
"mysql": "~2.16.0",
"node-webcrypto-ossl": "~1.0.38",
"nodemon": "~1.18.4",
"objection": "1.x.x",
"schmervice": "~1.0.0",
"schwifty": "4.x.x",
"soap": "~0.25.0",
"toys": "2.x.x",
"uuid": "~3.3.2",
"xadesjs": "~2.0.13",
"xmlbuilder": "~10.1.1"
},
"devDependencies": {
"code": "5.x.x",
"eslint": "5.x.x",
"eslint-config-hapi": "12.x.x",
"eslint-plugin-hapi": "4.x.x",
"lab": "16.x.x",
"random-int": "~1.0.0"
}
}