koishi-plugin-see-color
Version:
Koishi 的找色块游戏插件。找到不同的色块。
46 lines (45 loc) • 906 B
JSON
{
"name": "koishi-plugin-see-color",
"description": "Koishi 的找色块游戏插件。找到不同的色块。",
"version": "1.3.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"koishi": {
"service": {
"required": [
"puppeteer",
"database"
]
}
},
"license": "MIT",
"author": "Nawyjx <3373167460@qq.com>",
"homepage": "https://www.npmjs.com/package/koishi-plugin-see-color?activeTab=readme",
"repository": {
"type": "git",
"url": "git+https://github.com/araea/koishi-plugin-see-color.git"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"game",
"color",
"seeColor",
"游戏",
"颜色",
"色块",
"猜色块",
"找色块",
"拼眼力",
"小游戏",
"给我点颜色看看"
],
"peerDependencies": {
"koishi": "^4.17.5"
}
}