{
  "name": "@twiyin0/koishi-plugin-randomreply",
  "description": "Random reply your message",
  "version": "0.1.3",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "contributors": [
    "Twiyin0 <twiyin0@outlook.com>"
  ],
  "scripts": {},
  "koishi": {
    "browser": true,
    "description": {
      "en": "Random reply your message",
      "zh": "根据条件随机回复消息"
    }
  },
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "回复",
    "随机"
  ],
  "peerDependencies": {
    "koishi": "4.12.0"
  }
}
