{
  "name": "clawless",
  "version": "0.4.13",
  "description": "A bridge connecting Telegram and Slack to Agent Gemini CLI using Agent Communication Protocol (ACP)",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "clawless": "./dist/bin/cli.js"
  },
  "scripts": {
    "build": "npm run lint && npm run format && tsc -p tsconfig.json && chmod +x dist/bin/cli.js",
    "dev": "tsx watch ./bin/cli.ts",
    "start": "tsx ./bin/cli.ts",
    "cli": "tsx ./bin/cli.ts",
    "lint": "biome lint .",
    "lint:fix": "biome lint --write .",
    "format": "biome format --write .",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "callback:health": "./scripts/callback-health.sh",
    "callback:test": "./scripts/callback-post.sh",
    "callback:test:chat": "./scripts/callback-post-chat.sh"
  },
  "keywords": [
    "telegram",
    "slack",
    "gemini",
    "acp",
    "agent",
    "ai"
  ],
  "author": "Hainan Zhao",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HainanZhao/clawless.git"
  },
  "bugs": {
    "url": "https://github.com/HainanZhao/clawless/issues"
  },
  "homepage": "https://github.com/HainanZhao/clawless#readme",
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.14.1",
    "@slack/bolt": "^4.1.0",
    "@zed-industries/claude-agent-acp": "^0.17.1",
    "blessed": "^0.1.81",
    "dotenv": "^16.4.5",
    "lodash-es": "^4.17.23",
    "node-cron": "^4.2.1",
    "pino": "^10.3.1",
    "pino-pretty": "^13.1.3",
    "slackify-markdown": "^5.0.0",
    "sql.js": "^1.14.0",
    "telegraf": "^4.16.3",
    "telegramify-markdown": "^1.3.2",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.15",
    "@types/blessed": "^0.1.27",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^24.5.2",
    "@types/node-cron": "^3.0.11",
    "tsx": "^4.21.0",
    "typescript": "^5.9.2",
    "vitest": "^1.6.1"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
