-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 965 Bytes
/
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
{
"dependencies": {
"@bochilteam/scraper": "^4.2.4",
"@sasmeee/igdl": "^1.0.0",
"axios": "^1.6.7",
"chatgpt": "^5.2.5",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.4.2",
"dotenv-safe": "^8.2.0",
"express": "^4.18.2",
"form-data": "^4.0.0",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"pretty": "^2.0.0",
"puppeteer": "^21.7.0",
"puppeteer-core": "^22.0.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"request-promise": "^4.2.6",
"snapsave-downloader-itj": "^1.0.1",
"stream": "^0.0.2",
"streamifier": "^0.1.1"
},
"name": "test",
"version": "1.0.0",
"main": "test.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"author": "",
"license": "ISC",
"description": ""
}