package.json 733 Bytes
Newer Older
Choi Ga Young's avatar
Choi Ga Young committed
1
2
3
4
5
{
  "name": "messenger",
  "version": "1.0.0",
  "description": "Messenger 2020 Winter",
  "main": "index.js",
Choi Ga Young's avatar
aaaaa    
Choi Ga Young committed
6
  "type": "module",
Choi Ga Young's avatar
Choi Ga Young committed
7
  "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
10
11
12
13
14
15
16
17
18
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://compmath.korea.ac.kr/gitlab/research/messenger.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
19
20
21
22
    "axios": "^0.21.1",
    "bcrypt": "^5.0.0",
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.19.0",
Choi Ga Young's avatar
aaaaa    
Choi Ga Young committed
23
    "express": "^4.17.1",
24
    "jsonwebtoken": "^8.5.1",
Choi Ga Young's avatar
Choi Ga Young committed
25
    "mongoose": "^5.11.9",
26
    "nanoid": "^3.1.20",
Choi Ga Young's avatar
Choi Ga Young committed
27
    "nodemon": "^2.0.6",
28
    "socket.io": "^3.0.5",
Choi Ga Young's avatar
Choi Ga Young committed
29
    "validator": "^13.5.2"
Choi Ga Young's avatar
Choi Ga Young committed
30
31
  }
}