{
  "name": "koishi-plugin-temporaryban",
  "version": "1.1.1",
  "description": "Koishi 违禁词检测与禁言插件，支持本地词库与在线API检测，违规邮件通知。",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w"
  },
  "keywords": [
    "koishi",
    "plugin",
    "ban",
    "censorship",
    "filter",
    "email",
    "notification"
  ],
  "peerDependencies": {
    "koishi": "^4.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "koishi": "^4.18.0",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "@types/nodemailer": "^8.0.0",
    "nodemailer": "^8.0.7"
  },
  "koishi": {
    "description": {
      "en": "Forbidden words detection and temporary ban plugin for Koishi, supporting local dictionary and online API, with email notifications.",
      "zh": "Koishi 违禁词检测与禁言插件，支持本地词库与在线API检测，违规邮件通知。"
    },
    "service": {
      "required": [
        "database",
        "http"
      ],
      "optional": [
        "console"
      ]
    }
  }
}
