-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 855 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "scoreloader",
"version": "1.0.0",
"description": "악보수정 및 업로드 서비스",
"main": "index.js",
"scripts": {
"start": "nodemon index"
},
"author": "DongD",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bootstrap": "^5.1.3",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"mysql2": "^2.3.2",
"node-tesseract-ocr": "^2.2.1",
"nunjucks": "^3.2.3",
"passport": "^0.5.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"passport-naver": "^1.0.6",
"request": "^2.88.2",
"sequelize": "^6.9.0",
"sequelize-cli": "^6.3.0",
"tesseract.js": "^2.1.5"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}