-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "make",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx main.ts; pkill chromium"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google-cloud/local-auth": "^3.0.1",
"await-until": "^2.1.0",
"cheerio": "^1.0.0",
"express": "^4.21.0",
"fetch-socks": "^1.3.0",
"fs.promises.exists": "^1.1.4",
"googleapis": "^144.0.0",
"http-proxy-agent": "^7.0.2",
"http-proxy-middleware": "^3.0.2",
"https-proxy-agent": "^7.0.5",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"proxy-verifier": "^0.5.0",
"puppeteer": "^23.4.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-proxy": "^1.0.3",
"request": "^2.88.2",
"sanitize": "^2.1.2",
"sanitize-filename": "^1.6.3",
"simple-proxy-scraper": "^0.1.2",
"socks-proxy-agent": "^8.0.4",
"user-agents": "^1.1.325"
}
}