{
  "name": "koishi-core",
  "description": "Core features for Koishi",
  "version": "3.8.0",
  "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": "^2.13.1",
    "koishi-test-utils": "^6.0.0-beta.11"
  },
  "dependencies": {
    "@koa/router": "^10.0.0",
    "@types/koa__router": "^8.0.4",
    "@types/koa-bodyparser": "^4.3.0",
    "@types/lru-cache": "^5.1.0",
    "@types/ws": "^7.4.1",
    "axios": "^0.21.1",
    "fastest-levenshtein": "^1.0.12",
    "koa": "^2.13.1",
    "koa-bodyparser": "^4.3.0",
    "koishi-utils": "^4.2.0",
    "lru-cache": "^6.0.0"
  }
}
