package.json 680 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "qna-service-competition",
  "version": "1.0.0",
  "description": "고려대학교 세종캠퍼스 학술정보원 주최 공모전",
  "main": "index.js",
  "scripts": {
    "dev": "node ./server/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://compmath.korea.ac.kr/gitlab/research/qna-service-competition.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
Yoon, Daeki's avatar
Yoon, Daeki committed
17
    "bcrypt": "^5.0.0",
Yoon, Daeki's avatar
Yoon, Daeki committed
18
19
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
Yoon, Daeki's avatar
Yoon, Daeki committed
20
    "dotenv": "^8.2.0",
Yoon, Daeki's avatar
Yoon, Daeki committed
21
22
    "express": "^4.17.1",
    "helmet": "^4.2.0",
Yoon, Daeki's avatar
Yoon, Daeki committed
23
    "jsonwebtoken": "^8.5.1",
Yoon, Daeki's avatar
Yoon, Daeki committed
24
25
26
    "mongoose": "^5.10.12"
  }
}