Merge remote-tracking branch 'origin/seoyeon2' into jaeyeoniiiiii
... | ... | @@ -8,6 +8,9 @@ |
"dev": "nodemon -r esm index.js", | ||
"build": "tsc -p ." | ||
}, | ||
"nodemonConfig": { | ||
"ignore": ["test/*", "docs/*", "client/*"] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://compmath.korea.ac.kr/gitlab/research/bora_it.git" | ||
... | ... | @@ -25,6 +28,7 @@ |
"http": "0.0.1-security", | ||
"jsonwebtoken": "^8.5.1", | ||
"multer": "^1.4.2", | ||
"nanoid": "^3.1.23", | ||
"nodemon": "^2.0.7", | ||
"pg": "^8.6.0", | ||
"pg-hstore": "^2.3.4", | ||
... | ... |
Please register or sign in to comment