@nonebot/koishi-plugin-gscode
Version:
58 lines (57 loc) • 1.21 kB
JSON
{
"name": "@nonebot/koishi-plugin-gscode",
"description": "查询原神前瞻直播兑换码",
"version": "1.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist",
"nonebot-plugin-gscode/nonebot_plugin_gscode",
"nbp.json"
],
"author": "NoneBot.js <nonebot@proton.me>",
"contributors": [
"monsterxcn <monsterxcn@gmail.com>",
"NoneBot.js <nonebot@proton.me>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nonebotjs/nonebot-plugin-gscode.git"
},
"bugs": {
"url": "https://github.com/nonebotjs/nonebot-plugin-gscode/issues"
},
"homepage": "https://nonebot.koishi.chat",
"koishi": {
"service": {
"required": [
"nonebot"
]
}
},
"keywords": [
"bot",
"chatbot",
"koishi",
"plugin",
"nonebot",
"genshin",
"impact",
"cdkey",
"live",
"update"
],
"peerDependencies": {
"koishi": "^4.10.0",
"koishi-plugin-nonebot": "^1.0.2"
},
"devDependencies": {
"@types/node": "^17.0.45",
"atsc": "^1.2.2",
"koishi": "^4.10.10",
"koishi-plugin-nonebot": "^1.0.2",
"typescript": "^4.9.4"
}
}