Initial commit with Flutter and Node.js code
This commit is contained in:
23
whatsapp_bridge/package.json
Normal file
23
whatsapp_bridge/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "whatsapp_bridge",
|
||||
"version": "1.0.0",
|
||||
"description": "WhatsApp Standalone WebSockets Bridge Server",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": [
|
||||
"whatsapp",
|
||||
"bridge",
|
||||
"websockets"
|
||||
],
|
||||
"author": "Antigravity Dev Team",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"puppeteer": "^21.0.0",
|
||||
"qrcode": "^1.5.3",
|
||||
"whatsapp-web.js": "^1.26.0",
|
||||
"ws": "^8.16.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user