-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 KB
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
{
"dependencies": {
"@whiskeysockets/baileys": "6.7.18",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"https-proxy-agent": "^7.0.4",
"jimp": "^0.16.13",
"link-preview-js": "^3.0.14",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"mysql2": "^3.9.2",
"node-cache": "^5.1.2",
"pino-pretty": "^10.2.0",
"qrcode": "^1.5.3",
"readline": "^1.3.0",
"sharp": "^0.32.2",
"socket.io": "^4.7.2",
"ulid": "^2.3.0",
"wa-sticker-formatter": "^4.4.4"
},
"name": "wamd",
"version": "7.5",
"description": "Whatsapp remote API multi device, multi instance. Based on baileys. Wanna more support contact me https://m-pedia.co.id || https://wa.me/6282298859671",
"main": "server.js",
"author": "M-Pedia.co.id <ilmansunannudin2@gmail.com>",
"license": "MIT",
"scripts": {
"win-dev": "set NODE_ENV=development&&nodemon src/index",
"dev": "NODE_ENV=development node src/index",
"start": "NODE_ENV=production node src/index"
},
"nodemonConfig": {
"ignore": [
"credentials/*"
]
}
}