koishi-plugin-wordle-game
Version:
Koishi 的 Wordle | 汉兜 | 词影 | Numberle | Math | Lewdle 游戏插件。
63 lines (62 loc) • 1.3 kB
JSON
{
"name": "koishi-plugin-wordle-game",
"description": "Koishi 的 Wordle | 汉兜 | 词影 | Numberle | Math | Lewdle 游戏插件。",
"version": "2.6.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"koishi": {
"service": {
"required": [
"monetary",
"database",
"puppeteer"
],
"optional": [
"markdownToImage"
]
}
},
"license": "MIT OR Apache-2.0",
"author": "Nawyjx <3373167460@qq.com>",
"homepage": "https://www.npmjs.com/package/koishi-plugin-wordle-game?activeTab=readme",
"repository": {
"type": "git",
"url": "git+https://github.com/araea/koishi-plugin-wordle-game.git"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"game",
"guess",
"idiom",
"handle",
"lewdle",
"wordle",
"ciying",
"numberle",
"wordle-game",
"汉兜",
"猜单词",
"猜成语",
"猜词语",
"猜数字",
"猜方程式",
"词影"
],
"peerDependencies": {
"koishi": "^4.18.8"
},
"devDependencies": {
"koishi-plugin-markdown-to-image-service": "^1.2.5",
"koishi-plugin-monetary": "^0.1.3",
"koishi-plugin-puppeteer": "^3.9.0"
},
"dependencies": {
"cheerio": "^1.1.2"
}
}