-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 979 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
40
41
{
"name": "kryptos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"dev": "nodemon index.js"
},
"author": "Vedant Singhal",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-rate-limit": "^5.5.1",
"express-session": "^1.17.3",
"express-validator": "^6.6.1",
"helmet": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^6.1.0",
"mongoose": "^8.10.0",
"node-cron": "^2.0.3",
"nodemon": "^2.0.4",
"rate-limit-mongo": "^2.2.0",
"readline": "^1.3.0",
"sweet-alert": "^2.0.5",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.7.27"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-google": "^0.14.0"
}
}