Commit be9d9e34 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

Merge remote-tracking branch 'origin/kimpen'

parents 22c1396b c80e6501
/node_modules
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
{
"name": "butter_studio",
"version": "1.0.0",
"description": "영화 예매 사이트",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://compmath.korea.ac.kr/gitlab/research/butter_studio.git"
},
"author": "윤지원, 김수빈, 한규민",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"sequelize": "^6.6.4"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment