first commit

This commit is contained in:
2022-09-07 15:12:11 +02:00
parent 1689094851
commit 6266083ab8
13 changed files with 760 additions and 32 deletions
+4
View File
@@ -3,6 +3,10 @@
"start": "node main.js"
},
"dependencies": {
"axios": "^0.27.2",
"mongodb": "^4.9.1",
"mongoose": "^6.5.4",
"node-xlsx": "^0.21.0",
"playwright": "1.23.0"
}
}