Merge remote-tracking branch 'origin/seoyeon2' into byoungyun
| ... | @@ -10,6 +10,13 @@ | ... | @@ -10,6 +10,13 @@ |
| "dev": "nodemon", | "dev": "nodemon", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | }, | ||
| "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" | ||
| ... | @@ -26,7 +33,7 @@ | ... | @@ -26,7 +33,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.20", | "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