@sjtdev/koishi-plugin-dota2tracker
Version:
koishi插件-追踪群友的DOTA2对局
55 lines (54 loc) • 1.06 kB
JSON
{
"name": "@sjtdev/koishi-plugin-dota2tracker",
"description": "koishi插件-追踪群友的DOTA2对局",
"version": "1.5.5",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist",
"images",
"template",
"queries"
],
"contributors": [
"sjtdev <sh1j1n9ta0@foxmail.com>"
],
"homepage": "https://sjtdev.github.io/koishi-plugin-dota2tracker/",
"repository": {
"type": "git",
"url": "git+https://github.com/sjtdev/koishi-plugin-dota2tracker.git"
},
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"dota2"
],
"dependencies": {
"dotaconstants": "^9.5.0",
"ejs": "^3.1.10",
"moment": "^2.30.1"
},
"peerDependencies": {
"koishi": "^4.18.8"
},
"koishi": {
"description": {
"zh": "追踪群友的DOTA2对局",
"en": "Track Friends' DOTA2 Matches"
},
"required": [
"http",
"database",
"puppeteer",
"cron",
"cache"
],
"locales": [
"zh-CN",
"en-US"
]
}
}