This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 472
/
Copy pathpackage.json
94 lines (94 loc) · 2.28 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
{
"name": "Zero Two Bot",
"version": "1.8.0",
"description": "Multi device wa bot created by Team Zero Two.",
"main": "franxx.js",
"type": "commonjs",
"nodemonConfig": {
"ignore": ["/root/SamPandey001/*"],
"delay": 5000
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm i --location=global pm2 && pm2 start franxx.js --deep-monitoring --attach"
},
"keywords": [
"termux",
"whatsapp",
"SamPandey001",
"Zero-Two",
"wabase-md",
"base",
"baileys-md",
"bot",
"bot-md",
"multi-device"
],
"base-author": "SamPandey001",
"author": "SamPandey001,Fantox",
"license": "GNU",
"dependencies": {
"@adiwajshing/baileys": "github:sampandey001/baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.0",
"awesome-phonenumber": "^2.70.0",
"@shineiichijo/marika": "^2.0.3",
"axios": "^0.24.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"canvacord": "^5.2.3",
"cookie": "^0.4.2",
"clui": "^0.3.6",
"dotenv": "^16.0.0",
"translatte": "^3.0.1",
"discord-xp": "^1.1.16",
"mongoose": "^6.2.1",
"emoji-api": "^1.0.2",
"google-it": "^1.6.2",
"pastebin-js":"1.0.6",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"figlet": "^1.5.0",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"g-i-s": "^2.1.6",
"pg": "^8.7.3",
"human-readable": "^0.2.1",
"jimp": "^0.16.1",
"qrcode": "^1.5.0",
"express": "^4.17.1",
"jsdom": "^16.4.0",
"mathjs": "^9.4.4",
"moment-timezone": "^0.5.34",
"openai": "3.0.0",
"torrent-search-api": "2.1.4",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.0",
"google-tts-api": "^2.0.2",
"path": "^0.12.7",
"perf_hooks": "0.0.1",
"pino": "^7.0.5",
"prompt-sync": "^4.2.0",
"request": "^2.88.2",
"nsfai": "2.0.0",
"util": "^0.12.4",
"wa-sticker-formatter": "^4.3.2",
"yt-search": "^2.10.2"
},
"directories": {
"lib": "lib",
"src": "src"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SamPandey001/Zero-Two-Md.git"
},
"bugs": {
"url": "https://github.com/SamPandey001/Zero-Two-Md/issues"
},
"homepage": "https://github.com/SamPandey001/Zero-Two-Md#readme"
}