koishi-plugin-ciyi
Version:
Koishi 的词意(猜词游戏)插件。根据词语的含义相似程度,猜测正确的词语。
43 lines (42 loc) • 868 B
JSON
{
"name": "koishi-plugin-ciyi",
"description": "Koishi 的词意(猜词游戏)插件。根据词语的含义相似程度,猜测正确的词语。",
"version": "1.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"koishi": {
"service": {
"required": [
"database"
]
}
},
"license": "MIT OR Apache-2.0",
"author": "Nawyjx <3373167460@qq.com>",
"homepage": "https://www.npmjs.com/package/koishi-plugin-ciyi?activeTab=readme",
"repository": {
"type": "git",
"url": "git+https://github.com/araea/koishi-plugin-ciyi.git"
},
"keywords": [
"koishi",
"plugin",
"chatbot",
"ciyi",
"word",
"game",
"guess",
"wordle",
"猜词",
"游戏",
"词影",
"词意"
],
"peerDependencies": {
"koishi": "^4.18.3"
}
}