Aqso commited on
Commit
95d86c1
·
verified ·
1 Parent(s): 4056eb4

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +6 -4
package.json CHANGED
@@ -1,11 +1,13 @@
1
  {
2
- "name": "aqso-scraper",
3
- "version": "1.0.0",
 
4
  "main": "index.js",
5
  "dependencies": {
6
  "express": "^4.18.2",
7
- "puppeteer": "^22.0.0",
8
  "puppeteer-extra": "^3.3.6",
9
- "puppeteer-extra-plugin-stealth": "^2.11.2"
 
10
  }
11
  }
 
1
  {
2
+ "name": "aqso-premium-stream",
3
+ "version": "17.5.0",
4
+ "description": "Premium Donghua Scraper with Mirror Database",
5
  "main": "index.js",
6
  "dependencies": {
7
  "express": "^4.18.2",
8
+ "puppeteer": "^21.0.0",
9
  "puppeteer-extra": "^3.3.6",
10
+ "puppeteer-extra-plugin-stealth": "^2.11.2",
11
+ "node-cron": "^3.0.3"
12
  }
13
  }