Kyouka commited on
Commit
9f2b111
·
verified ·
1 Parent(s): dee498a

Create package.json

Browse files
Files changed (1) hide show
  1. 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
+ }