{ "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": { "bcrypt": "^5.0.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", "helmet": "^4.2.0", "jsonwebtoken": "^8.5.1", "mongoose": "^5.10.12" } }