koishi-plugin-best-cave
Version:
回声洞,可自由添加内容,可配置 MD5/pHash 查重,支持查阅投稿列表(可用但等待重构)
34 lines (33 loc) • 758 B
JSON
{
"name": "koishi-plugin-best-cave",
"description": "回声洞,可自由添加内容,可配置 MD5/pHash 查重,支持查阅投稿列表(可用但等待重构)",
"version": "1.7.3",
"contributors": [
"Yis_Rime <yis_rime@outlook.com>"
],
"homepage": "https://github.com/YisRime/koishi-plugin-best-cave",
"repository": {
"type": "git",
"url": "git+https://github.com/YisRime/koishi-plugin-best-cave.git"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "GPL-3.0",
"keywords": [
"chatbot",
"koishi",
"plugin",
"cave",
"回声洞"
],
"peerDependencies": {
"koishi": "^4.18.3"
},
"dependencies": {
"sharp": "^0.33.5"
}
}