koishi-plugin-ff14calendar
Version:
一个适用于 [Koishi](https://koishi.chat/) 的 FFXIV 日历推送插件,也支持其他 Webcal/ics 日历订阅,自动推送和手动查询活动,兼容 QQ(OneBot)、Discord 等多平台。
48 lines (47 loc) • 1.28 kB
JSON
{
"name": "koishi-plugin-ff14calendar",
"description": "一个适用于 [Koishi](https://koishi.chat/) 的 FFXIV 日历推送插件,也支持其他 Webcal/ics 日历订阅,自动推送和手动查询活动,兼容 QQ(OneBot)、Discord 等多平台。",
"version": "0.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"calendar",
"ff14",
"webcal",
"onebot",
"koishi",
"plugin"
],
"contributors": [
"NovoMeow <novomeow@gmail.com>"
],
"koishi": {
"description": {
"zh": "一个适用于 [Koishi](https://koishi.chat/) 的 FFXIV 日历推送插件,也支持其他 Webcal/ics 日历订阅,自动推送和手动查询活动,兼容 QQ(OneBot)、Discord 等多平台。"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreezeNovo/ff14calendar.git"
},
"devDependencies": {
"@koishijs/client": "^5.30.4",
"@types/ical": "^0"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.30.4",
"koishi": "^4.18.7"
},
"dependencies": {
"axios": "^1.9.0",
"https-proxy-agent": "^7.0.6",
"ical": "^0.8.0",
"later": "^1.2.0",
"node-cron": "^4.1.0"
}
}