package.json 392 Bytes
Newer Older
Kim, Subin's avatar
Kim, Subin committed
1
2
3
4
{
  "name": "server",
  "version": "1.0.0",
  "description": "",
Kim, Subin's avatar
Kim, Subin committed
5
  "type": "module",
Kim, Subin's avatar
Kim, Subin committed
6
7
8
9
10
11
12
13
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
kusang96's avatar
kusang96 committed
14
    "express": "^4.17.1",
이재연's avatar
이재연 committed
15
16
    "mongoose": "^5.11.9",
    "nodemon": "^2.0.6",
kusang96's avatar
kusang96 committed
17
    "validator": "^13.5.2",
kusang96's avatar
kusang96 committed
18
    "multer": "^1.4.2"
Kim, Subin's avatar
Kim, Subin committed
19
  }
kusang96's avatar
kusang96 committed
20
}