koishi-plugin-azur-lane-building
Version:
Koishi 的碧蓝航线建造(抽卡)模拟器插件。
43 lines (42 loc) • 898 B
JSON
{
"name": "koishi-plugin-azur-lane-building",
"description": "Koishi 的碧蓝航线建造(抽卡)模拟器插件。",
"version": "0.0.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"koishi": {
"service": {
"required": [
"database",
"puppeteer"
]
}
},
"license": "MIT OR Apache-2.0",
"author": "Nawyjx <3373167460@qq.com>",
"homepage": "https://www.npmjs.com/package/koishi-plugin-azur-lane-building?activeTab=readme",
"repository": {
"type": "git",
"url": "git+https://github.com/araea/koishi-plugin-azur-lane-building.git"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"azur-lane",
"碧蓝航线",
"建造",
"抽卡",
"模拟器"
],
"peerDependencies": {
"koishi": "^4.18.3"
},
"dependencies": {
"cheerio": "^1.0.0"
}
}