mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
<div align='center'><img src="https://raw.githubusercontent.com/WhiskeySockets/Baileys/master/Media/logo.png" width="32" height="32" title="WhiskeySockets colorful logo"/><h1>Baileys</h1></div>
|
<h1><img src="https://raw.githubusercontent.com/WhiskeySockets/Baileys/master/Media/logo.png" width="24" height="24" title="WhiskeySockets colorful logo"/> Baileys</h1>
|
||||||
<div align='center'>
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
</div>
|
|
||||||
|
|
||||||
A Websockets-based TypeScript library for interacting with the WhatsApp Web API.
|
A Websockets-based TypeScript library for interacting with the WhatsApp Web API.
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"whatsapp",
|
"whatsapp",
|
||||||
"automation"
|
"automation"
|
||||||
],
|
],
|
||||||
"homepage": "https://baileys.wiki/",
|
"homepage": "https://github.com/WhiskeySockets/Baileys/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "git@github.com:WhiskeySockets/Baileys.git"
|
"url": "git@github.com:WhiskeySockets/Baileys.git"
|
||||||
},
|
},
|
||||||
@@ -17,7 +17,8 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"lib/*",
|
"lib/*",
|
||||||
"WAProto/*",
|
"WAProto/*",
|
||||||
"WASignalGroup/*.js"
|
"WASignalGroup/*.js",
|
||||||
|
"engine-requirements.js"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:all": "tsc && typedoc",
|
"build:all": "tsc && typedoc",
|
||||||
|
|||||||
Reference in New Issue
Block a user