db86cdc545
* fix(proto-extract): regenerate corrupted yarn.lock to restore install process * chore(proto-extract): update acorn parser to latest version for compatibility with new WhatsApp JS syntax * Update baileys version to 2.3000.1029027441 * Update version number in Defaults index * Revert WAProto.proto to resolve merge conflict and restore expected structure --------- Co-authored-by: Vrypt <vryptt@gmail.com> Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "whatsapp-web-protobuf-extractor",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"acorn": "^8.15.0",
|
|
"acorn-walk": "^6.1.1",
|
|
"request": "^2.88.0",
|
|
"request-promise-core": "^1.1.2",
|
|
"request-promise-native": "^1.0.7"
|
|
}
|
|
}
|