-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 862 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": "hackathon",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"devStart": "nodemon server.js",
"start":"node server.js"
},
"author": "Priyansh",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"dompurify": "^2.3.6",
"dotenv": "^16.0.0",
"expres": "^0.0.5",
"express": "^4.17.3",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"google-search-results-nodejs": "^2.1.0",
"hbs": "^4.2.0",
"https": "^1.0.0",
"isomorphic-unfetch": "^3.1.0",
"jsdom": "^19.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.6",
"mongoose-slug-generator": "^1.0.4",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"path": "^0.12.7"
}
}