forked from AstroX11/Xstro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 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
{
"name": "xstro",
"version": "1.2.3",
"description": "A simple WhatsApp bot built by AstroX11.",
"main": "index.js",
"type": "module",
"imports": {
"#lib": "./lib/index.js",
"#database": "./lib/database.js",
"#bot": "./bot/index.js",
"#sql": "./sql/index.js",
"#utils": "./utils/index.js",
"#config": "./config.js"
},
"scripts": {
"start": "node index"
},
"files": [
"lib",
"plugins",
"sql"
],
"license": "MIT",
"keywords": [
"whatsapp-bot",
"astrox11",
"baileys"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AstroX11/xstro.git"
},
"bugs": {
"url": "https://github.com/AstroX11/xstro/issues"
},
"homepage": "https://github.com/AstroX11/xstro#readme",
"author": "AstroX11 <[email protected]>",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"axios": "^1.7.9",
"baileys": "github:AstroX11/Baileys",
"dotenv": "^16.4.7",
"fluent-ffmpeg": "^2.1.3",
"mathjs": "^14.0.1",
"node-webpmux": "^3.2.0",
"pg": "^8.13.1",
"proxy-agent": "^6.5.0",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.37.5",
"sharp": "^0.33.5",
"simple-git": "^3.27.0",
"sqlite3": "^5.1.7",
"xstro-utils": "^1.0.5"
},
"packageManager": "[email protected]"
}