First Version
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "whatsapp-mcp-server",
|
||||
"version": "1.0.0",
|
||||
"description": "WhatsApp MCP server for skald (JSON-RPC 2.0 over stdio)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"install-deps": "npm install"
|
||||
},
|
||||
"dependencies": {
|
||||
"puppeteer": "^25.1.0",
|
||||
"qrcode": "^1.5.4",
|
||||
"qrcode-terminal": "^0.12.0",
|
||||
"whatsapp-web.js": "^1.34.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user