{
  "name": "koishi-plugin-gzctf-push",
  "description": "适配GZCTF平台的赛事播报插件",
  "version": "1.0.1",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Potatowo233/koishi-plugin-gzctf-push"
  },
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "gzctf",
    "ctf",
    "gz"
  ],
  "peerDependencies": {
    "koishi": "^4.18.7"
  },
  "dependencies": {
    "axios": "^1.13.2",
    "dayjs": "^1.11.19",
    "koishi-plugin-puppeteer": "^3.9.0",
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "@types/ws": "^8"
  },
  "koishi": {
    "preview": true
  }
}
