package.json 621 Bytes
Newer Older
Kim, Subin's avatar
Kim, Subin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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",
Kim, Subin's avatar
Kim, Subin committed
20
21
    "multer": "^1.4.2",
    "sequelize": "^6.6.4"
Kim, Subin's avatar
Kim, Subin committed
22
23
24
25
26
  },
  "devDependencies": {
    "nodemon": "^2.0.7"
  }
}