forked from siputzx/apis
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.85 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "exonity-apis",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "rianganz",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"@siputzx/scraper": "^2.1.0",
"@google/generative-ai": "^0.14.0",
"axios": "^1.6.8",
"JSONStream": "^1.3.5",
"cheerio": "^1.0.0-rc.12",
"canvafy": "^7.1.0",
"canvacord": "^5.3.0",
"canvas": "^2.11.2",
"image-url-validator": "^1.0.4",
"is-gmail": "^1.0.0",
"is-number": "^7.0.0",
"is-url": "^1.2.4",
"canvas-gif": "github:AlipBot/canvas-gif-attp",
"nekopoi-scraper": "^2.7.1",
"d-scrape": "^1.2.0",
"form-data": "4.0.0",
"qs": "^6.12.1",
"node-gtts": "^2.0.2",
"multer": "^1.4.2",
"super-resolution-scraper": "^1.0.6",
"node-fetch": "^2.6.1",
"g-i-s": "^2.1.6",
"ws": "^8.17.0",
"hash-generator": "^0.1.0",
"@bochilteam/scraper": "^4.2.4",
"jimp": "^0.22.12",
"fake-useragent": "^1.0.1",
"figlet": "^1.7.0",
"file-type": "^16.5.3",
"request": "^2.88.2",
"ocr-space-api-wrapper": "^2.2.0",
"g-i-s": "^2.1.6",
"undici": "^6.6.2",
"jsdom": "^25.0.0",
"chalk": "^4.0.0",
"node-cache": "^5.1.2",
"playwright": "^1.46.1",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.5",
"dhn-api": "^1.1.3",
"body-parser": "^1.19.0",
"node-yt-dl": "^2.1.1",
"cors": "^2.8.5",
"nodemailer": "^6.7.2",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"node-cron": "^2.0.3",
"mongoose": "^5.12.3",
"express": "^4.19.2",
"express-rate-limit": "^5.5.1",
"express-session": "^1.17.1",
"ssl-express-www": "^3.2.1"
}
}