Update package.json
Browse files- package.json +3 -2
package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"name": "faucet-bot",
|
| 3 |
-
"version": "1.
|
| 4 |
"type": "module",
|
| 5 |
"dependencies": {
|
| 6 |
"playwright": "^1.41.0",
|
| 7 |
"playwright-extra": "^4.3.6",
|
| 8 |
-
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
|
|
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"name": "faucet-bot",
|
| 3 |
+
"version": "1.1.0",
|
| 4 |
"type": "module",
|
| 5 |
"dependencies": {
|
| 6 |
"playwright": "^1.41.0",
|
| 7 |
"playwright-extra": "^4.3.6",
|
| 8 |
+
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
| 9 |
+
"node-fetch": "^3.3.2"
|
| 10 |
}
|
| 11 |
}
|