forked from PikaBotz/Anya_v2-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.48 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "Anya-MD",
"version": "2.0.5",
"description": "Automated whatsapp md bot created using nodejs",
"main": "Anyaindex.js",
"type": "commonjs",
"scripts": {
"start": "node Anyaindex.js"
},
"keywords": [
"termux",
"whatsapp",
"2022",
"base",
"baileys-md",
"bot",
"bot-md",
"multi-device"
],
"author": "Pika",
"license": "GPL-3.0",
"dependencies": {
"@adiwajshing/baileys": "^4.3.0",
"@adiwajshing/baileys2": "github:QueenAnya/topa",
"@adiwajshing/keyed-db": "^0.2.4",
"@adiwajshing/keyed-db2": "github:QueenAnya/topb",
"@bochilteam/scraper": "^2.0.0",
"@develoka/angka-terbilang-js": "^1.4.2",
"@shineiichijo/marika": "^2.0.2",
"@shineiichijo/nhentai-pdf": "^1.0.5",
"anime-wallpaper": "^1.0.2",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.24.0",
"caliph-api": "^0.9.3",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"figlet": "1.5.2",
"crypto": "^1.0.1",
"dhn-api": "^1.1.3",
"emoji-api": "^1.0.2",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"g-i-s": "^2.1.6",
"google-it": "^1.6.2",
"google-tts-api": "^2.0.2",
"got": "^11.8.5",
"human-readable": "^0.2.1",
"hxz-api": "^1.0.1",
"image-to-base64": "^2.1.1",
"instagram-url-direct": "^1.0.12",
"jimp": "^0.16.2",
"jsdom": "^16.4.0",
"lowdb": "^2.1.0",
"minecraft-query": "^1.0.13",
"moment-timezone": "^0.5.34",
"mongoose": "^6.6.5",
"ms": "^2.1.3",
"mumaker": "^1.0.0",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.7",
"node-id3": "^0.2.3",
"node-webpmux": "^3.1.3",
"node-youtube-music": "^0.7.0",
"os": "^0.1.2",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"pino": "^7.11.0",
"qrcode": "^1.5.0",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"remove.bg": "^1.3.0",
"request": "^2.88.2",
"scrape-primbon": "^1.1.0",
"steno": "^1.0.0",
"textmaker-thiccy": "^1.3.1",
"tod-api": "^1.0.5",
"util": "^0.12.5",
"xfarr-api": "^1.0.3",
"yargs": "^17.6.0",
"ytdl-core": "^4.11.0"
},
"directories": {
"lib": "lib",
"src": "src"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/PikaBotz/Anya-pika-MD-v2"
},
"bugs": {
"url": "https://github.com/PikaBotz/Anya-pika-MD-v2/issues"
},
"homepage": "https://github.com/PikaBotz/Anya-pika-MD-v2#readme"
}