박규리

Modified

1 { 1 {
2 "name": "recommandactivity", 2 "name": "recommandactivity",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 - "description": "",
5 "main": "main.js", 4 "main": "main.js",
6 "scripts": { 5 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 6 "test": "echo \"Error: no test specified\" && exit 1"
...@@ -12,5 +11,7 @@ ...@@ -12,5 +11,7 @@
12 "body-parser": "^1.20.0", 11 "body-parser": "^1.20.0",
13 "ejs": "^3.1.7", 12 "ejs": "^3.1.7",
14 "express": "^4.18.1" 13 "express": "^4.18.1"
15 - } 14 + },
15 + "devDependencies": {},
16 + "description": ""
16 } 17 }
......