{
  "name": "koishi-plugin-xhs-analyse",
  "description": "小红书解析自用版本",
  "version": "1.0.0",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "xhs"
  ],
  "koishi": {
    "description": {
      "en": "Koishi plugin for Xiaohongshu",
      "zh": "识别群聊中的小红书分享链接"
    }
  },
  "devDependencies": {
    "@koishijs/client": "^5.29.1"
  },
  "peerDependencies": {
    "@koishijs/plugin-console": "^5.29.1",
    "koishi": "^4.17.8"
  }
}
