-
-
Notifications
You must be signed in to change notification settings - Fork 346
/
Copy pathpackage.json
45 lines (45 loc) · 1.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
{
"name": "neoxr-bot",
"version": "4.0",
"description": "WhatsApp Bot (Base)",
"main": "index.js",
"engines": {
"node": ">= 18.x",
"npm": ">= 9.x"
},
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/neoxr/neoxr-bot.git"
},
"keywords": [
"wb",
"bot"
],
"author": "Wildan Izzudin",
"license": "ISC",
"bugs": {
"url": "https://github.com/neoxr/neoxr-bot/issues"
},
"homepage": "https://github.com/neoxr/neoxr-bot#readme",
"dependencies": {
"@adiwajshing/baileys": "npm:@neoxr/[email protected]",
"@adiwajshing/keyed-db": "^0.2.4",
"@colors/colors": "^1.6.0",
"@neoxr/wb": "^4.6.7",
"@neoxr/youtube-scraper": "^3.1.5",
"bytes": "^3.1.2",
"cfonts": "3.1.1",
"express": "~4.16.4",
"jimp": "~0.16.13",
"json-stable-stringify": "^1.0.2",
"node-cron": "^3.0.0",
"node-gtts": "^2.0.2",
"qrcode": "1.5.0",
"speedtest-net": "1.6.2",
"streamifier": "^0.1.1",
"translate-google-api": "1.0.4"
}
}