{
  "name": "koishi-plugin-common",
  "description": "Common plugins for Koishi",
  "version": "4.3.5",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "author": "Shigma <1700011071@pku.edu.cn>",
  "license": "MIT",
  "scripts": {
    "lint": "eslint src --ext .ts"
  },
  "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/plugin-common#readme",
  "keywords": [
    "bot",
    "qqbot",
    "cqhttp",
    "coolq",
    "chatbot",
    "koishi",
    "plugin"
  ],
  "peerDependencies": {
    "koishi-core": "^3.14.2",
    "koishi-utils": "^4.3.0"
  },
  "devDependencies": {
    "koishi-test-utils": "^7.0.2"
  }
}
