UNPKG

koishi-plugin-teach

Version:
48 lines (47 loc) 965 B
{ "name": "koishi-plugin-teach", "description": "Teach plugin for Koishi", "version": "2.3.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { "node": ">=12.0.0" }, "files": [ "lib", "dist" ], "author": "Shigma <1700011071@pku.edu.cn>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/koishijs/koishi.git" }, "bugs": { "url": "https://github.com/koishijs/koishi/issues" }, "homepage": "https://github.com/koishijs/koishi/packages/plugin-teach#readme", "keywords": [ "bot", "qqbot", "cqhttp", "coolq", "chatbot", "koishi", "plugin", "teach", "dialogue", "conversation" ], "peerDependencies": { "koishi-core": "^3.14.2" }, "devDependencies": { "koishi-plugin-webui": "^4.7.1", "koishi-test-utils": "^7.0.2" }, "dependencies": { "axios": "^0.21.4", "fastest-levenshtein": "^1.0.12" } }