-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "Linucx-BOT",
"version": "1.2.1",
"description": "BOT Whatsapp",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"homepage": "https://github.com/NeeasTooID/LinucxMD",
"author": {
"name": "YusupKakuu"
},
"scripts": {
"start": "node index.js",
"test": "node test.js",
"test2": "nodemon index.js"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@adiwajshing/baileys": "npm:@whiskeysockets/[email protected]",
"awesome-phonenumber": "^6.4.0",
"cfonts": "^3.2.0",
"chalk": "^5.3.0",
"express": "^4.18.2",
"file-type": "^19.0.0",
"fluent-ffmpeg": "^2.1.2",
"jimp": "^0.16.13",
"knights-canvas": "^1.3.7-a",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"moment-timezone": "^0.5.44",
"mongoose": "^7.4.4",
"node-fetch": "^3.3.2",
"node-webpmux": "^3.2.0",
"syntax-error": "^1.4.0",
"url-regex-safe": "^4.0.0",
"yargs": "^17.7.2"
}
}