{
  "name": "@wahaha216/koishi-plugin-steam-workshop",
  "description": "从 steam 创意工坊获取文件并上传，可选RPC推送至服务器下载",
  "version": "1.0.0-rc.6",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "scripts": {},
  "keywords": [
    "steam",
    "workshop",
    "创意工坊",
    "chatbot",
    "koishi",
    "plugin"
  ],
  "devDependencies": {
    "@koishijs/plugin-http": "^0.6.3",
    "@koishijs/plugin-logger": "^2.6.9"
  },
  "peerDependencies": {
    "koishi": "^4.17.6"
  },
  "author": {
    "name": "wahaha216"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wahaha216/koishi-plugin-steam-workshop"
  },
  "koishi": {
    "description": {
      "en": "Get files from steam creative workshop and upload them, optional RPC push to server to download",
      "zh": "从 steam 创意工坊获取文件并上传，可选RPC推送至服务器下载"
    },
    "service": {
      "required": [
        "http",
        "logger"
      ]
    },
    "locales": [
      "en",
      "zh"
    ]
  }
}
