{
  "name": "koishi-plugin-rinngo-img-revoke",
  "description": "设置触发词，有人说出来就直接发送自己设置的特定图片，之后自动撤回。",
  "version": "0.1.1",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin"
  ],
  "peerDependencies": {
    "koishi": "^4.18.11"
  },
  "dependencies": {
    "path": "^0.12.7"
  }
}
