-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.04 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
{
"dependencies": {
"puppeteer": "^2.1.1",
"qrcode-terminal": "^0.12.0",
"rimraf": "^3.0.2",
"rxjs": "^6.5.5"
},
"name": "whatsapp-bulk-messaging",
"description": "whatsapp-bulk-messaging is an API to send bulk messages in whatsapp.",
"version": "1.1",
"main": "src/index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/anandsuraj/whatsapp-bulk-messaging.git",
"directory": "packages/whatsapp-bulk-messaging"
},
"keywords": [
"whatsapp",
"whatsapp-api",
"whatsapp-library",
"whatsapp-send-message",
"whatsapp-bulk-message",
"whatsapp-sender",
"whatsapp-message-sender",
"bulk-messages",
"bulk-messages-api",
"messaging",
"bulk-messaging",
"whatsapp-messaging"
],
"author": "Suraj Anand",
"license": "MIT",
"bugs": {
"url": "https://github.com/anandsuraj/whatsapp-bulk-messaging/issues"
},
"scripts": {
"start": "node test.js"
},
"homepage": "https://github.com/anandsuraj/whatsapp-bulk-messaging#readme"
}