forked from PikaBotz/Anya_v2-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.1 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
{
"name": "queen_anya_ver.2",
"version": "2.1.0 #1",
"description": "Anya_v2-MD is an efficient and versatile WhatsApp bot designed to streamline your messaging experience with innovative features and seamless automation.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"starts": "bash start.sh",
"start": "node index.js"
},
"keywords": [
"termux",
"whatsapp",
"2022",
"base",
"baileys-md",
"bot",
"bot-md",
"multi-device"
],
"homepage": "https://github.com/PikaBotz/Anya_v2-MD#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/PikaBotz/Anya_v2-MD"
},
"bugs": {
"url": "https://github.com/PikaBotz/Anya_v2-MD/issues"
},
"author": "Pika",
"license": "GPL-3.0",
"dependencies": {
"@queenanya/baileys": "latest",
"@queenanya/ytdlcore": "npm:@queenanya/ytdlcore",
"@queenanya/ytsearch": "npm:@queenanya/ytsearch",
"@shineiichijo/marika": "^2.0.2",
"api-dylux": "^1.5.5",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.24.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"cookie": "^0.5.0",
"dotenv": "^16.0.0 || ^16.0.3 || ^16.1.4 || latest",
"exifr": "^7.1.3",
"express": "^4.18.1 || ^4.18.2",
"figlet": "1.5.2",
"file-type": "^18.7.0",
"fluent-ffmpeg": "^2.1.2",
"forever-monitor": "^1.5.2",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"google-it": "^1.6.2",
"got": "^11.8.5",
"human-readable": "^0.2.1",
"jimp": "^0.3.5 || ^0.16.2",
"jsdom": "^16.4.0",
"moment-timezone": "^0.5.34",
"mongoose": "^6.10.0",
"node-fetch": "^2.6.7",
"node-id3": "^0.2.3",
"node-webpmux": "^3.1.3",
"os": "^0.1.2",
"pastebin-js": "^1.0.6",
"path": "^0.12.7",
"pino": "^7.11.0",
"pm2": "^5.3.0",
"request": "^2.88.2",
"steno": "^1.0.0",
"util": "^0.12.5",
"wa-sticker-formatter": "^4.3.2"
},
"devDependencies": {
"@hapi/boom": "^9.1.4",
"jimp": "^0.3.5 || ^0.16.2",
"pino": "^8.1.0",
"qrcode-terminal": "^0.12.0"
},
"packageManager": "[email protected]"
}