forked from salman0ansari/whatsapp-api-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "whatsapp-api-nodejs",
"version": "2.0.0",
"description": "whatsapp-api-nodejs is built on top of Baileys.",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/salman0ansari/whatsapp-api-nodejs.git"
},
"scripts": {
"start": "node server.js"
},
"keywords": [
"whatsapp-api",
"whatsapp-nodejs",
"whatsapp-web",
"whatsapp-bot",
"baileys",
"baileys-bot"
],
"author": "salman0ansari",
"license": "MIT",
"bugs": {
"url": "https://github.com/salman0ansari/whatsapp-api-nodejs/issues"
},
"homepage": "https://github.com/salman0ansari/whatsapp-api-nodejs",
"dependencies": {
"@adiwajshing/baileys": "^3.5.1",
"axios": "^0.24.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-rate-limit": "^5.4.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"qrcode": "^1.4.4",
"swagger-jsdoc": "5.0.1",
"swagger-ui-express": "^4.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12"
}
}