forked from masedi666/store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "zeeone-store",
"version": "5.0.0",
"description": "Bot WhatsApp Khusus Store atau Jualan, berisi fitur-fitur grup seperti addlist, antilink,kick, dan lainnya.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"author": "Zeeoneofc",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "npm:[email protected]",
"@adiwajshing/keyed-db": "^0.2.4",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.24.0",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"crontab": "^1.4.2",
"crypto": "*",
"express": "^4.18.1",
"fetch": "^1.1.0",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "*",
"fs": "0.0.1-security",
"moment-timezone": "^0.5.34",
"ms": "^2.1.3",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.0",
"os": "^0.1.2",
"path": "^0.12.7",
"pino": "^7.0.5",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"util": "^0.12.4"
}
}