20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|