-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 893 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
{
"name": "myresume",
"version": "1.0.0",
"description": "My personal resume portfolio website backend",
"main": "app.js",
"scripts": {
"test": "node tests/app.js",
"start": "nodemon app.js",
"startdev": "nodemon app.js"
},
"keywords": [
"backend",
"myresume",
"portfolio_backend"
],
"author": "Bhavya Joshi",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1692.0",
"body-parser": "^1.20.0",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"expressjs": "^1.0.1",
"fs-extra": "^10.1.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.12.0",
"mongoose": "^6.4.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"nodemailer": "^6.9.16",
"nodemon": "^2.0.18",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0"
}
}