-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 659 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 659 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
{
"name": "whatsapp-bot",
"version": "1.0.5",
"description": "WhatsApp bot using the Baileys library",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js --use-pairing-code"
},
"keywords": [
"whatsapp-bot",
"wabot",
"baileys"
],
"author": "kazedepid",
"repository": "https://github.com/kazedepid/whatsapp-bot",
"license": "MIT",
"directories": {
"lib": "lib",
"plugins": "plugins"
},
"dependencies": {
"@whiskeysockets/baileys": "^6.4.0",
"awesome-phonenumber": "^6.9.0",
"your-api": "^1.0.7-d"
}
}