package.json•1.73 kB
{
"name": "mcp-whatsapp-web",
"version": "1.0.0",
"description": "TypeScript MCP server for WhatsApp using whatsapp-web.js",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node --no-deprecation dist/index.js",
"dev": "tsc -w & node --no-deprecation --watch dist/index.js",
"debug": "npx @modelcontextprotocol/inspector node --no-deprecation --trace-deprecation dist/index.js",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts",
"cleanup-browsers": "node dist/utils/cleanup-browsers.js"
},
"keywords": [
"mcp",
"whatsapp",
"typescript",
"whatsapp-web.js"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"@types/express": "^4.17.21",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/qrcode": "^1.5.5",
"axios": "^1.7.2",
"better-sqlite3": "^11.1.2",
"dotenv": "^16.5.0",
"express": "^4.19.2",
"file-type": "^20.4.1",
"fluent-ffmpeg": "^2.1.3",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"temp": "^0.9.4",
"whatsapp-web.js": "^1.27.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^18.19.39",
"@types/pino": "^7.0.4",
"@types/qrcode-terminal": "^0.12.2",
"@types/temp": "^0.9.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
}
}