{
  "name": "mcp-notification",
  "version": "2.2.0",
  "description": "Push notifications for AI developers via MCP - Get notifications from Claude Desktop, Claude Code, Cursor, and Windsurf on your mobile device",
  "author": "box7e7",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "mcp-notification": "dist/index.js",
    "mcp-notify": "dist/index.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "setup": "node dist/cli/setup.js",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "prepublishOnly": "npm run build",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "qrcode": "^1.5.4",
    "qrcode-terminal": "^0.12.0",
    "@inquirer/prompts": "^8.0.0",
    "chalk": "^5.3.0"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/node": "^20.0.0",
    "@types/qrcode": "^1.5.6",
    "@types/qrcode-terminal": "^0.12.0",
    "jest": "^29.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "notifications",
    "push-notifications",
    "claude",
    "claude-desktop",
    "claude-code",
    "cursor",
    "windsurf",
    "ai",
    "ai-tools",
    "developer-tools",
    "mobile-notifications",
    "apns",
    "model-context-protocol"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/box7e7/mcp-notify.git"
  },
  "homepage": "https://github.com/box7e7/mcp-notify#readme",
  "bugs": {
    "url": "https://github.com/box7e7/mcp-notify/issues"
  }
}
