koishi-plugin-sve-helper
Version:
Unofficial card search plugin for Shadowverse Evolve (SVE) based on sve-helper and Koishi.
34 lines (33 loc) • 856 B
JSON
{
"name": "koishi-plugin-sve-helper",
"description": "Unofficial card search plugin for Shadowverse Evolve (SVE) based on sve-helper and Koishi.",
"version": "1.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"homepage": "https://github.com/manipEgo/koishi-plugin-sve-helper",
"repository": {
"type": "git",
"url": "git+https://github.com/manipEgo/koishi-plugin-sve-helper.git"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"shadowverse",
"sve"
],
"peerDependencies": {
"koishi": "^4.18.0"
},
"koishi": {
"description": {
"en": "Unofficial search plugin for Shadowverse Evolve (SVE) based on sve-helper.",
"zh": "非官方的基于 sve-helper 的 Shadowverse Evolve(SVE)卡牌搜索插件。"
}
}
}