-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 821 Bytes
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
{
"name": "server_init-new-",
"version": "1.0.1",
"description": "init server new version",
"main": "app.js",
"scripts": {
"start": "nodemon app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-InIT/SERVER_inIT-new-.git"
},
"author": "yoon13",
"license": "ISC",
"bugs": {
"url": "https://github.com/Team-InIT/SERVER_inIT-new-/issues"
},
"homepage": "https://github.com/Team-InIT/SERVER_inIT-new-#readme",
"dependencies": {
"aws-sdk": "^2.1253.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql": "^2.18.1",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}