-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 892 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 892 Bytes
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
{
"name": "webhook",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"btoa": "^1.2.1",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "^1.4.7",
"cron": "^1.8.2",
"debug": "^4.3.1",
"dotenv": "^16.3.1",
"express": "^4.21.1",
"express-rate-limit": "^6.7.0",
"express-session": "^1.18.1",
"fix": "^0.0.6",
"jsonwebtoken": "^9.0.1",
"mdb-ui-kit": "^3.4.0",
"mongoose": "^6.12.0",
"mongoose-encryption": "^2.1.0",
"morgan": "^1.10.0",
"nodemailer": "^6.9.9",
"pug": "^3.0.3",
"serve-favicon": "^2.5.0",
"underscore.string": ">=3.3.5",
"uuid": "^8.3.2",
"ws": "^8.17.1"
}
}