-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 959 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
39
40
{
"name": "mohazi-server",
"version": "1.0.0",
"description": "mohazi Server",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codestates/mohazi-server.git"
},
"author": "mohazi",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.942.0",
"axios": "^0.21.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"jsonwebtoken": "8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql2": "^2.2.5",
"request": "^2.88.2",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0",
"sharp": "^0.28.3"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"bugs": {
"url": "https://github.com/codestates/mohazi-server/issues"
},
"homepage": "https://github.com/codestates/mohazi-server#readme"
}