-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "rurikobot",
"version": "1.0.0",
"description": "multifunctional WhatsApp bot with javaScript using several libraries",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"author": "SstudiosDev",
"repository": {
"type": "git",
"url": "https://github.com/Sstudios-Dev/Ruriko-Bot.git"
},
"bugs": {
"url": "https://github.com/Sstudios-Dev/Ruriko-Bot/issues"
},
"homepage": "https://sstudiosdev.github.io/",
"license": "MIT",
"dependencies": {
"@open-wa/wa-automate": "^4.72.2",
"@vitalets/google-translate-api": "^9.2.0",
"await-exec": "^0.1.2",
"bad-words": "^3.0.4",
"canvacord": "^6.0.2",
"chalk": "5.3.0",
"figlet": "^1.7.0",
"file-type": "19.5.0",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.0",
"fs-extra": "^11.2.0",
"genshin": "^1.2.4",
"google-it": "^1.6.4",
"is-porn": "^0.9.0",
"mathjs": "^13.1.1",
"moment-timezone": "^0.5.45",
"ms": "^2.1.3",
"nekos.life": "^3.0.0",
"node-cron": "^3.0.3",
"node-fetch": "3.3.2",
"node-gtts": "^2.0.2",
"node-tesseract-ocr": "^2.2.1",
"openai": "^4.61.0",
"parse-ms": "4.0.0",
"sagiri": "^3.6.0",
"video-url-link": "^0.1.5",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"eslint": "^9.10.0"
}
}