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