-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.58 KB
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
{
"name": "sh-bot",
"version": "1.5.7",
"description": "A WhatsApp bot based on Shiina-WaBot",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node .",
"dev": "node --watch .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whatsapp",
"bot",
"baileys",
"telegraf",
"automation"
],
"author": "balxz",
"license": "MIT",
"dependencies": {
"@sh/bot": "git+https://github.com/balxz/bb",
"@sh/tg": "npm:telegraf@4.16.3",
"axios": "^1.9.0",
"bycf": "^1.0.1",
"cfonts": "^3.3.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^4.0.3",
"figlet": "^1.9.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"gradient-string": "^2.0.2",
"jimp": "^0.16.13",
"js-beautify": "^1.15.4",
"js-confuser": "^2.0.0",
"module-alias": "^2.2.3",
"moment": "latest",
"node-cron": "^3.0.3",
"pino": "^9.7.0",
"sharp": "^0.32.6",
"stream": "^0.0.3",
"util": "^0.12.5"
},
"devDependencies": {
"@types/node": "^20.0.0",
"nodemon": "^3.0.0"
},
"_moduleAliases": {
"#": ".",
"#src": "src",
"#declare": "src/declare",
"#scrapers": "src/scrapers",
"#lib": "src/lib",
"#database": "src/database",
"#utils": "src/utils"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balxz/Shiina-WaBot.git"
},
"bugs": {
"url": "https://github.com/balxz/Shiina-WaBot/issues"
},
"homepage": "https://github.com/balxz/Shiina-WaBot#readme"
}