-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 744 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 744 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
{
"name": "whatsapp-webjs-api-server-example",
"version": "0.1.0",
"description": "Example Express API server using whatsapp-web.js (local repo)",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"better-sqlite3": "^9.0.0",
"@pedroslopez/moduleraid": "^5.0.2",
"fluent-ffmpeg": "2.1.3",
"mime": "^3.0.0",
"node-fetch": "^2.6.9",
"node-webpmux": "3.1.7",
"pg": "^8.11.0",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"puppeteer": "^24.31.0",
"qrcode": "^1.5.1",
"dotenv": "^16.3.1",
"express-session": "^1.17.3",
"ioredis": "^5.3.2",
"connect-redis": "^7.1.0",
"swagger-ui-express": "^5.0.0",
"swagger-jsdoc": "^6.2.8"
}
}