-
Notifications
You must be signed in to change notification settings - Fork 269
/
Copy pathpackage.json
69 lines (69 loc) · 1.8 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "Phoenix-MD",
"version": "0.0.1",
"description": "A Simple But Advanced WhatsApp Bot!",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "pm2 start . --attach --name Phoenix-MD",
"stop": "pm2 stop Phoenix-MD"
},
"engines": {
"node": "20.x"
},
"keywords": [
"scbot",
"termuxbot",
"wa-bot",
"multi-device",
"whatsapp-md",
"wabotmd",
"WhatsApp bot",
"automation",
"chatbot",
"nodejs",
"messenger",
"AI",
"npm",
"baileys",
"pm2",
"terumx-bot",
"phoenix-md",
"AbhishekSuresh2",
"commonjs"
],
"author": "Abhishek Suresh",
"license": "Apache License 2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/AbhishekSuresh2/abhiLoki.git"
},
"dependencies": {
"@whiskeysockets/baileys": "git+https://github.com/AbhishekSuresh2/Baileys.git",
"@abhisheksuresh2/nodeshield": "^0.2.2",
"axios": "^1.4.0",
"awesome-phonenumber": "^7.2.0",
"browser-id3-writer": "^4.4.0",
"dotenv": "^16.0.3",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"fluent-ffmpeg": "^2.1.2",
"got": "^11.8.2",
"@hapi/boom": "^10.0.1",
"heroku-client": "^3.1.0",
"jimp": "^0.16.1",
"jsdom": "^25.0.1",
"node-koyeb-api": "^1.0.7",
"link-preview-js": "^3.0.4",
"node-webpmux": "^3.2.0",
"pino": "^8.6.1",
"pm2": "^5.1.2",
"pg": "^8.7.3",
"sharp": "^0.30.4",
"sqlite3": "^5.0.11",
"sequelize": "^6.21.4",
"simple-git": "^3.20.0",
"uuid": "^11.0.3",
"wa-sticker-formatter": "^4.4.4"
}
}