fullpwerr commited on
Commit
6afe139
·
verified ·
1 Parent(s): 19a4926

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +4 -1
package.json CHANGED
@@ -4,8 +4,11 @@
4
  "main": "app.js",
5
  "type": "module",
6
  "dependencies": {
 
 
 
7
  "playwright": "^1.52.0",
8
  "express": "^4.21.2",
9
- "node-fetch": "^3.3.2"
10
  }
11
  }
 
4
  "main": "app.js",
5
  "type": "module",
6
  "dependencies": {
7
+ "axios": "^1.7.2",
8
+ "cheerio": "^1.0.0-rc.12",
9
+ "form-data": "^4.0.0",
10
  "playwright": "^1.52.0",
11
  "express": "^4.21.2",
12
+ "node-fetch": "^3.3.2",
13
  }
14
  }