{
  "name": "beecork-pipe",
  "version": "1.8.0",
  "description": "Claude Code always-on infrastructure — a phone number, a memory, and an alarm clock",
  "type": "module",
  "bin": {
    "beecork-pipe": "dist/index.js"
  },
  "engines": {
    "node": ">=24"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && node -e \"require('fs').chmodSync('dist/index.js', 0o755)\"",
    "dev": "tsx src/index.ts",
    "dev:daemon": "tsx src/daemon.ts",
    "test": "vitest",
    "lint": "eslint src/",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\"",
    "build:css": "tailwindcss --content src/dashboard/html.ts --minify",
    "prepublishOnly": "npm test && npm run build",
    "postinstall": "node scripts/postinstall.mjs"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@whiskeysockets/baileys": "7.0.0-rc13",
    "better-sqlite3": "^12.10.0",
    "commander": "^14.0.3",
    "cron-parser": "^5.5.0",
    "discord.js": "^14.26.4",
    "node-telegram-bot-api": "^0.67.0",
    "pino": "^10.3.1",
    "qrcode-terminal": "^0.12.0",
    "uuid": "^14.0.0"
  },
  "overrides": {
    "undici": "6.27.0",
    "form-data@<3": "2.5.6",
    "form-data@>=4 <5": "4.0.6",
    "qs@>=6 <7": "6.15.3",
    "tough-cookie@<4.1.3": "4.1.4"
  },
  "devDependencies": {
    "@tailwindcss/cli": "^4.3.0",
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^24.12.4",
    "@types/node-telegram-bot-api": "^0.64.14",
    "eslint": "^10.4.0",
    "eslint-config-prettier": "^10.1.8",
    "prettier": "^3.8.3",
    "tailwindcss": "^4.3.0",
    "tsx": "^4.22.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.3",
    "vitest": "^4.1.6"
  },
  "files": [
    "dist/",
    "scripts/postinstall.mjs"
  ],
  "keywords": [
    "claude",
    "claude-code",
    "telegram",
    "whatsapp",
    "discord",
    "mcp",
    "model-context-protocol",
    "ai",
    "ai-agent",
    "automation",
    "cron",
    "cli",
    "chatbot",
    "scheduling"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/beecork/beecork-pipe.git"
  },
  "homepage": "https://beecork.com",
  "bugs": {
    "url": "https://github.com/beecork/beecork-pipe/issues"
  },
  "author": "Beecork <hello@beecork.com>",
  "license": "MIT"
}
