package.json 701 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": {
Choi Ga Young's avatar
aaaaa    
Choi Ga Young committed
8
    "dev": "nodemon server/server.js",
Choi Ga Young's avatar
Choi Ga Young committed
9
    "test": "echo \"Error: no test specified\" && exit 1"
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": {
우지원's avatar
01_06    
우지원 committed
19
20
    "axios": "^0.21.1",
    "bcryptjs": "^2.4.3",
우지원's avatar
0113    
우지원 committed
21
22
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
23
24
    "express": "^4.17.1",
    "mongoose": "^5.11.9",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
25
    "nanoid": "^3.1.20",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
26
    "nodemon": "^2.0.6",
우지원's avatar
e    
우지원 committed
27
    "socket.io": "^3.0.5",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
28
    "validator": "^13.5.2"
Soo Hyun Kim's avatar
aaa    
Soo Hyun Kim committed
29
30
  }
}