2024-05-21 20:23:43 +03:00

19 lines
457 B
JSON

{
"name": "whatsapp-web-protobuf-extractor",
"version": "1.0.0",
"description": "A utility program for extracting the protobuf definitions of WhatsApp Web.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"author": "sigalor",
"license": "ISC",
"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"
}
}