-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "wa-bot",
"version": "1.0.1",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"@adiwajshing/keyed-db": "^0.2.4",
"axios": "^0.27.2",
"chalk": "^4.1.2",
"dotenv": "^16.0.1",
"form-data": "^4.0.0",
"glob": "^8.0.3",
"i18n": "^0.15.1",
"knex": "^2.2.0",
"module-alias": "^2.2.2",
"moment-timezone": "^0.5.34",
"node-cron": "^3.0.1",
"pino": "^8.1.0",
"qrcode-terminal": "^0.12.0",
"rimraf": "^3.0.2",
"sqlite3": "^5.1.2",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"youtubei": "^0.0.1-rc.36"
},
"_moduleAliases": {
"@libs": "libs",
"@store": "store/index.js",
"@config": "config/index.js",
"@database": "database"
},
"engines": {
"node": ">=16.0.0"
}
}