-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 837 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 837 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
{
"name": "techverse-bot",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"stop": "pm2 stop techverse",
"restart": "pm2 restart techverse"
},
"dependencies": {
"baileys-x": "^1.2.0",
"baileys": "^7.0.0-rc.5",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"axios": "^1.12.2",
"chalk": "^4.1.2",
"dotenv": "^16.0.1",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"jimp": "^1.6.0",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7",
"pino": "^8.1.0",
"sharp": "^0.34.4",
"wa-sticker-formatter": "^4.4.4",
"yt-search": "^2.13.1",
"ytdl-core": "^4.11.5"
},
"engines": {
"node": ">=18.0.0"
},
"author": "STEPH DEV",
"license": "MIT"
}