{
  "name": "koishi-plugin-censure",
  "description": "Generating copy for condemning others",
  "version": "1.1.0",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "censure"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/idranme/koishi-plugin-censure.git"
  },
  "peerDependencies": {
    "koishi": "^4.17.7"
  },
  "koishi": {
    "description": {
      "en": "Generating copy for condemning others",
      "zh": "生成谴责他人的文案"
    },
    "browser": true
  }
}