-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "arg-enib",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "jest",
"start": "node server.js"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"connect-flash": "^0.1.1",
"connect-session-sequelize": "^6.0.0",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-handlebars": "^3.0.0",
"express-middleware-obfuscator": "^1.0.6",
"express-rate-limit": "^3.3.2",
"express-robots-txt": "^0.4.0",
"express-security-txt": "^4.0.1",
"express-session": "^1.15.6",
"hbs": "^4.1.1",
"helmet": "^3.22.0",
"http-errors": "~1.6.2",
"javascript-obfuscator": "^0.27.2",
"mathjs": "^5.4.0",
"minimist": "^1.2.5",
"morgan": "~1.9.0",
"node-schedule": "^1.3.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.7.1",
"pg-hstore": "^2.3.2",
"sequelize": "^5.21.6"
},
"devDependencies": {
"dotenv": "^8.1.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"jest": "^25.2.7",
"nodemon": "^2.0.2"
},
"happiness": {
"ignore": [
"/tests/*.js",
"/utils/obfuscator.js"
]
}
}