package.json 572 Bytes
Newer Older
Soo Hyun Kim's avatar
aaa    
Soo Hyun Kim committed
1
2
3
4
5
6
7
{
  "name": "messenger",
  "version": "1.0.0",
  "description": "Messenger 2020 Winter",
  "main": "index.js",
  "type": "module",
  "scripts": {
Soo Hyun Kim's avatar
Soo Hyun Kim committed
8
    "test": "echo \"Error: no test specified\" && exit 1",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
9
    "dev": "nodemon server/server.js"
Soo Hyun Kim's avatar
aaa    
Soo Hyun Kim committed
10
11
12
13
14
15
16
17
18
  },
  "repository": {
    "type": "git",
    "url": "https://compmath.korea.ac.kr/gitlab/research/messenger.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
Soo Hyun Kim's avatar
Soo Hyun Kim committed
19
20
    "express": "^4.17.1",
    "mongoose": "^5.11.9",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
21
    "nanoid": "^3.1.20",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
22
23
    "nodemon": "^2.0.6",
    "validator": "^13.5.2"
Soo Hyun Kim's avatar
aaa    
Soo Hyun Kim committed
24
25
  }
}