{ "name": "today-ku", "version": "1.0.0", "description": "KU 일정관리 앱", "main": "index.js", "type": "module", "scripts": { "start": "node server/index.js", "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon ./server/index.js" }, "repository": { "type": "git", "url": "https://compmath.korea.ac.kr/gitlab/students/today-ku.git" }, "keywords": [ "일정관리", "학업스케쥴", "학사일정" ], "author": "김수빈, 최가영", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.5", "dotenv": "^10.0.0", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "pg": "^8.7.1", "pg-hstore": "^2.3.4", "sequelize": "^6.6.5" }, "devDependencies": { "nodemon": "^2.0.13" } }