package.json 397 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
  "main": "app.js",
  "scripts": {
이재연's avatar
이재연 committed
8
    "dev": "nodemon app.js",
Kim, Subin's avatar
Kim, Subin committed
9
10
11
12
13
14
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
이재연's avatar
이재연 committed
15
16
17
18
    "express": "^4.17.1",
    "mongoose": "^5.11.9",
    "nodemon": "^2.0.6",
    "validator": "^13.5.2"
Kim, Subin's avatar
Kim, Subin committed
19
  }
이재연's avatar
이재연 committed
20
}