forked from AxellNetwork/NekoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "nekoBot",
"version": "1.0.0",
"description": "- WhatsApp bot using Library Baileys",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Axel/nekoBot.git"
},
"keywords": [
"botwa"
],
"author": "Axel_Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/Axel/nekoBot/issues"
},
"homepage": "https://github.com/Axel/nekoBot#readme",
"dependencies": {
"@distube/ytdl-core": "^4.15.8",
"awesome-phonenumber": "^7.2.0",
"baileys": "github:AxellNetwork/Baileys",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"chokidar": "^4.0.1",
"fake-useragent": "^1.0.1",
"fluent-ffmpeg": "^2.1.3",
"jimp": "^0.22.12",
"js-beautify": "^1.15.1",
"link-preview-js": "^3.0.12",
"moment-timezone": "^0.5.46",
"node-cron": "^3.0.3",
"node-fetch": "npm:undici@^6.20.1",
"node-webpmux": "^3.2.0",
"pino": "^9.5.0",
"qs": "^6.13.1",
"sharp": "^0.32.6",
"undici": "^6.21.0",
"yt-search": "^2.12.1"
}
}