{
  "name": "@periskope/whatsapp-mcp",
  "version": "0.1.8",
  "type": "module",
  "files": [
    "dist"
  ],
  "bin": {
    "whatsapp-mcp-staging": "dist/index.js"
  },
  "private": false,
  "main": "dist/index.js",
  "keywords": [
    "mcp",
    "whatsapp",
    "periskope",
    "claude",
    "ai",
    "whatsapp-mcp",
    "whatsapp-ai",
    "whatsapp-gpt"
  ],
  "author": "Periskope",
  "scripts": {
    "build": "npx tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "inspector": "npx @modelcontextprotocol/inspector dist/index.js",
    "lint": "eslint src/**/*.ts",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.8.0",
    "dotenv": "^16.3.1",
    "libphonenumber-js": "^1.11.19",
    "shx": "^0.3.4"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.8",
    "@types/node": "^20.0.0"
  }
}
