gi2h270 commited on
Commit
9437666
·
verified ·
1 Parent(s): 35ca883

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +3 -2
package.json CHANGED
@@ -1,10 +1,11 @@
1
  {
2
  "name": "faucet-bot",
3
- "version": "1.0.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
  }
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
  }