{
  "name": "kotori-plugin-requester",
  "version": "1.1.2",
  "description": "Listen delete message and request event call to master",
  "main": "lib/index.js",
  "keywords": [
    "kotori",
    "chatbot",
    "kotori-plugin"
  ],
  "license": "GPL-3.0",
  "files": [
    "lib",
    "locales",
    "LICENSE",
    "README.md"
  ],
  "author": "Himeno <me@hotaru.icu>",
  "peerDependencies": {
    "kotori-bot": "^1.6.0-rc.1"
  },
  "kotori": {
    "meta": {
      "language": [
        "en_US",
        "ja_JP",
        "zh_TW",
        "zh_CN"
      ]
    }
  }
}