{
  "name": "@kotori-bot/kotori-plugin-filter",
  "version": "1.1.0",
  "description": "filter plugin for kotori-bot loader",
  "main": "lib/index.js",
  "keywords": [
    "kotori",
    "chatbot",
    "kotori-plugin"
  ],
  "license": "GPL-3.0",
  "files": [
    "lib",
    "locales",
    "LICENSE",
    "README.md"
  ],
  "author": "Hotaru <me@hotaru.icu>",
  "peerDependencies": {
    "kotori-bot": "^1.6.0-rc.1"
  },
  "dependencies": {
    "@types/picomatch": "^2.3.3",
    "picomatch": "^4.0.2"
  }
}