forked from ndalu-id/baileys-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"dependencies": {
"@adiwajshing/baileys": "^4.2.0",
"@adiwajshing/keyed-db": "^0.2.4",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"link-preview-js": "^2.1.19",
"node-cron": "^3.0.1",
"pino": "^8.1.0",
"pino-pretty": "^8.1.0",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.30.7",
"socket.io": "^4.5.1",
"uuid": "^8.3.2"
},
"name": "baileys-api",
"version": "1.0.0",
"description": "Whatsapp remote API multi device, multi instance. Based on baileys. Wanna more support contact me https://caket.org || https://ndalu.id",
"main": "index.js",
"repository": "https://github.com/ndalu-id/baileys-express",
"author": "ndalu-id <tofiknuryanto@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/*"
]
}
}