UNPKG

koishi-core

Version:
48 lines (47 loc) 1.06 kB
{ "name": "koishi-core", "description": "Core features for Koishi", "version": "3.14.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { "node": ">=12.0.0" }, "files": [ "lib" ], "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/tree/master/packages/koishi-core#readme", "keywords": [ "bot", "qqbot", "cqhttp", "coolq", "chatbot", "koishi" ], "devDependencies": { "@types/koa": "*", "koishi-test-utils": "^7.0.2" }, "dependencies": { "@koa/router": "^10.1.1", "@types/koa__router": "^8.0.8", "@types/lru-cache": "^5.1.1", "@types/ws": "^7.4.7", "axios": "^0.21.4", "fastest-levenshtein": "^1.0.12", "koa": "^2.13.1", "koa-bodyparser": "^4.3.0", "koishi-utils": "^4.3.0", "lru-cache": "^6.0.0" } }