UNPKG

koishi-plugin-oi-contest-sniffer

Version:
40 lines (39 loc) 921 B
{ "name": "koishi-plugin-oi-contest-sniffer", "description": "A Koishi plugin that can collect recent OI contests", "version": "1.2.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "license": "MIT", "keywords": [ "chatbot", "koishi", "plugin", "oi" ], "peerDependencies": { "koishi": "^4.18.8" }, "contributors": [ "Nopthon <nopthon123@gmail.com>" ], "homepage": "https://github.com/Nopthon/koishi-plugin-oi-contest-sniffer", "repository": { "type": "git", "url": "git+https://github.com/Nopthon/koishi-plugin-oi-contest-sniffer" }, "koishi": { "description": { "en": "Collects recent OI contests", "zh": "【自用 频繁更新】收集近期的 OI 线上赛事,目前支持Codeforces AtCoder Luogu平台" }, "preview": "true" }, "dependencies": { "cheerio": "^1.1.2" } }