{
  "name": "koishi-plugin-activelink",
  "description": "为 ChatLuna 添加主动对话能力的 Koishi 插件，支持 OneBot 11 和 OpenClaw Weixin 适配器，融合定时提醒、节日问候、活跃度触发、空闲触发等功能",
  "version": "1.4.3",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "README.md"
  ],
  "license": "MIT",
  "keywords": [
    "koishi",
    "koishi-plugin",
    "chatluna",
    "ai",
    "chatbot",
    "reminder",
    "proactive",
    "scheduled",
    "onebot",
    "weixin",
    "openclaw"
  ],
  "koishi": {
    "description": {
      "zh": "为 ChatLuna 添加主动对话能力，支持 OneBot 11 和 OpenClaw Weixin 适配器，包含定时提醒、节日问候、活跃度触发、空闲触发等功能"
    },
    "service": {
      "required": [
        "database",
        "chatluna"
      ],
      "optional": [
        "chatluna_character"
      ]
    }
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w"
  },
  "dependencies": {
    "cron": "^3.1.7"
  },
  "peerDependencies": {
    "koishi": "^4.17.0",
    "koishi-plugin-chatluna": "^1.3.9"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "koishi": "^4.17.0",
    "koishi-plugin-chatluna": "latest",
    "typescript": "^5.0.0"
  }
}
