-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 909 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
{
"name": "lovestory",
"version": "1.0.0",
"description": "lovestory backed",
"main": "app.js",
"scripts": {
"start": "nodemon app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CAU23-Capstone-Design/server.git"
},
"author": "Kang Myoungseok",
"license": "ISC",
"bugs": {
"url": "https://github.com/CAU23-Capstone-Design/server/issues"
},
"homepage": "https://github.com/CAU23-Capstone-Design/server#readme",
"dependencies": {
"axios": "^1.3.4",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"exifr": "^7.1.3",
"express": "^4.18.2",
"https": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"md5": "^2.3.0",
"mongoose": "^7.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.21",
"pm2": "^5.3.0",
"sharp": "^0.32.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2"
}
}