-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 860 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
{
"name": "farmcash",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "calvin Job <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"chalk": "^4.1.2",
"connect-redis": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.1.0",
"express-rate-limit": "^5.3.0",
"express-session": "^1.17.2",
"gravatar": "^1.8.1",
"helmet": "^4.6.0",
"hpp": "^0.2.3",
"jwt-decode": "^3.1.2",
"mongoose": "^5.13.7",
"morgan": "^1.10.0",
"nodemailer": "^6.6.3",
"normalize-url": "^6.1.0",
"redis": "^3.1.2",
"validator": "^13.6.0",
"xss-clean": "^0.1.1"
}
}