feat: add proto-extract script

This commit is contained in:
Adhiraj Singh
2022-09-24 17:36:04 +05:30
parent 6735263696
commit 6c90241142
5 changed files with 750 additions and 0 deletions

View 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"
}
}