forked from ryukodeveloper/Ryuko-V5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.72 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.72 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
{
"name": "ryuko",
"version": "5.0.4",
"description": "simple facebook messenger bot",
"main": "main/execute/main.js",
"scripts": {
"start": "node index.js"
},
"author": "billy",
"license": "ISC",
"dependencies": {
"@bochilteam/scraper-tiktok": "^5.0.0",
"aes-js": "^3.1.2",
"androidjs": "^2.0.6",
"axios": "^1.7.9",
"bluebird": "^3.7.2",
"chalkercli": "^1.6.0",
"cheerio": "^0.22.0",
"child_process": "^1.0.2",
"cloudscraper": "^4.6.0",
"dotenv": "^16.4.7",
"download-git-repo": "^3.0.2",
"eval": "^0.1.8",
"events": "^3.3.0",
"express": "^4.17.3",
"fast-speedtest-api": "^0.3.2",
"fb-downloader-scrapper": "^2.0.0",
"figlet": "^1.5.2",
"filipino-badwords-list": "^1.1.2",
"form-data": "^4.0.1",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"googlethis": "^1.8.0",
"gradient-string": "^2.0.0",
"hercai": "^12.4.0",
"https-proxy-agent": "^4.0.0",
"jimp": "^0.22.8",
"jsonwebtoken": "^9.0.2",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.46",
"mqtt": "^3.0.0",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.1",
"node-superfetch": "^0.3.3",
"nodemailer": "^6.9.16",
"npmlog": "^7.0.1",
"openai": "^3.1.0",
"pastebin-api": "^7.0.0",
"path": "^0.12.7",
"pidusage": "^3.0.2",
"process": "^0.11.10",
"request": "^2.88.2",
"requests": "^0.3.0",
"ruhend-scraper": "^8.0.8",
"sequelize": "^6.17.0",
"sqlite3": "^5.1.6",
"string-similarity": "^4.0.4",
"systeminformation": "^5.24.3",
"uuid": "latest",
"websocket-stream": "^5.5.0",
"wikijs": "^6.4.1",
"youtube-search-api": "^1.1.1",
"ytdl-core": "^4.11.4"
}
}