-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 KB
/
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
42
43
44
45
{
"name": "assignment-submission-vsit-hackathon",
"version": "1.0.0",
"description": "VSIT hackathon project",
"main": "app.js",
"scripts": {
"test": "start http://localhost:4000 & npm run dev",
"dev": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhijoshi2k/Assignment-Submission-VSIT-hackathon.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abhijoshi2k/Assignment-Submission-VSIT-hackathon/issues"
},
"homepage": "https://github.com/abhijoshi2k/Assignment-Submission-VSIT-hackathon#readme",
"dependencies": {
"base64topdf": "^1.1.8",
"cloudinary": "^1.25.0",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.1",
"mongoose": "^5.11.18",
"mongoose-findorcreate": "^3.0.0",
"multer": "^1.4.2",
"nodemailer": "^6.5.0",
"passport": "^0.4.1",
"passport-local-mongoose": "^6.1.0",
"sharp": "^0.27.2"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.1.0",
"nodemon": "^2.0.7",
"prettier": "2.2.1"
}
}