UNPKG

koishi-plugin-duplicate-checker

Version:
40 lines (39 loc) 955 B
{ "name": "koishi-plugin-duplicate-checker", "version": "2.0.1", "description": "Check duplicated messages and images in group chats.", "author": "i'DLisT <me@idl.ist> (https://idl.ist/)", "license": "MIT", "keywords": [ "koishi", "koishi.js" ], "repository": { "type": "git", "url": "git+https://github.com/idlist/koishi-plugin-duplicate-checker.git" }, "bugs": { "url": "https://github.com/idlist/koishi-plugin-duplicate-checker/issues" }, "homepage": "https://github.com/idlist/koishi-plugin-duplicate-checker#readme", "files": [ "src", "index.js", "index.d.ts" ], "main": "index.js", "scripts": {}, "koishi": { "description": { "zh": "火星图文出警器" } }, "dependencies": { "fastest-levenshtein": "^1.0.16", "image-size": "^1.0.2", "sharp": "^0.31.3" }, "peerDependencies": { "koishi": "^4.0.0" } }