Create package.json
Browse files- package.json +10 -0
package.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dependencies": {
|
3 |
+
"cheerio": "*",
|
4 |
+
"express": "*",
|
5 |
+
"morgan": "*",
|
6 |
+
"playwright": "^1.42.1",
|
7 |
+
"playwright-extra": "^4.3.6",
|
8 |
+
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
9 |
+
}
|
10 |
+
}
|