-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 914 Bytes
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
{
"name": "nexus-1md",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"pm2": "pm2 start ecosystem.config.js",
"logs": "pm2 logs nexus-bot"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@whiskeysockets/baileys": "^7.0.0-rc13",
"axios": "^1.16.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.6",
"jimp": "^1.6.1",
"jsqr": "^1.4.0",
"link-preview-js": "^3.2.0",
"mumaker": "^2.0.0",
"node-cache": "^5.1.2",
"nodemon": "^3.1.14",
"pg": "^8.21.0",
"pg-hstore": "^2.3.4",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.37.8",
"sqlite3": "^6.0.1",
"wa-sticker-formatter": "^4.4.4",
"yt-search": "^2.13.1",
"ytdl-core": "^4.11.5"
}
}