mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: add temporary proto extract
This commit is contained in:
15
proto-extract/package.json
Normal file
15
proto-extract/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "whatsapp-web-protobuf-extractor",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^6.4.1",
|
||||
"acorn-walk": "^6.1.1",
|
||||
"request": "^2.88.0",
|
||||
"request-promise-core": "^1.1.2",
|
||||
"request-promise-native": "^1.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user