-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
43 lines (43 loc) · 1015 Bytes
/
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
{
"name": "wabase-md",
"version": "2.2.000",
"description": "Robo desenvolvido em JS para o whatsapp-md. Com suporte ao Whatsapp Legacy via Baileys",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"termux",
"whatsapp",
"2021",
"wabase-md",
"base",
"baileys",
"bot"
],
"author": "guiguicdd",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "github:WhiskeySockets/Baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.0",
"jimp": "^0.16.1",
"qrcode-terminal": "^0.12.0",
"link-preview-js": "^2.1.13",
"sharp": "^0.30.5",
"axios": "^0.21.1",
"node-fetch": "^2.6.1",
"request": "^2.88.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guiguicdd/wabase-md.git"
},
"bugs": {
"url": "https://github.com/guiguicdd/wabase-md.git"
},
"homepage": "https://github.com/guiguicdd/wabase-md#readme"
}