{
  "name": "koishi-plugin-auto-tata-group-name",
  "preview": true,
  "description": "个人自用,自动更新群聊名称的 Koishi 插件，根据群聊成员数量变化自动更新群名",
  "version": "1.2.3",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "license": "MIT",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "group",
    "guild",
    "name",
    "auto",
    "member",
    "count"
  ],
  "peerDependencies": {
    "koishi": "^4.18.7"
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  }
}
