{
  "name": "koishi-plugin-audiobook-lizard",
  "description": "获取喜马拉雅有声书资源，支持订阅",
  "version": "0.0.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lizard0126/audiobook-lizard.git"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "有声书",
    "小说"
  ],
  "peerDependencies": {
    "@koishijs/plugin-database-sqlite": "^4.6.0",
    "koishi": "^4.18.7"
  },
  "koishi": {
    "service": {
      "required": [
        "database"
      ]
    }
  }
}
