first commit

This commit is contained in:
2022-09-05 00:19:54 +02:00
commit 1689094851
4 changed files with 64 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"scripts": {
"start": "node main.js"
},
"dependencies": {
"playwright": "1.23.0"
}
}