-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 941 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
{
"name": "1dbm",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"@elastic/elasticsearch": "^7.10.0",
"bcryptjs": "^2.4.3",
"cassandra-driver": "^4.6.1",
"cookie-parser": "~1.4.4",
"crypto-js": "^4.0.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-async-handler": "^1.1.4",
"googleapis": "^67.0.0",
"http-errors": "~1.6.3",
"ibm_db": "^2.7.2",
"ioredis": "^4.19.4",
"jsonwebtoken": "^8.5.1",
"kerberos": "^1.1.4",
"lodash": "^4.17.20",
"mongodb": "^3.6.3",
"mongoose": "^5.9.15",
"mongoose-unique-validator": "^2.0.3",
"morgan": "~1.9.1",
"mssql": "^6.3.1",
"multer": "^1.4.2",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.7",
"pg": "^8.5.1",
"pug": "2.0.0-beta11",
"uuid": "^8.3.2"
}
}