{
  "name": "koishi-plugin-vv-bot",
  "description": "基于 https://github.com/Cicada000/VV 的VV表情包机器人",
  "version": "0.0.5",
  "main": "lib/index.js",
  "contributors": [
    "738NGX <jny738ngx@gmail.com>"
  ],
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/738NGX/vv-bot.git"
  },
  "keywords": [
    "chatbot",
    "koishi",
    "vv"
  ],
  "peerDependencies": {
    "koishi": "^4.17.9"
  }
}