-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 928 Bytes
/
package.json
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
37
{
"name": "young_backend",
"version": "1.0.0",
"description": "2023 중커톤 영춘기 Backend",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Young-Season/Young_Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Young-Season/Young_Backend/issues"
},
"homepage": "https://github.com/Young-Season/Young_Backend#readme",
"dependencies": {
"axios": "^1.6.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"mongoose": "^8.0.3",
"qs": "^6.11.2",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},
"type": "module",
"devDependencies": {
"nodemon": "^3.0.2"
}
}