{
  "name": "koishi-plugin-chatluna-storage-service",
  "description": "storage service for chatluna",
  "version": "1.0.7",
  "type": "module",
  "main": "lib/index.cjs",
  "module": "lib/index.mjs",
  "typings": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "dist",
    "resources"
  ],
  "license": "AGPL-3.0",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "service",
    "chatgpt",
    "chatluna",
    "preset",
    "actions"
  ],
  "author": "dingyi222666 <dingyi222666@foxmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/ChatLunaLab/storage-service.git",
    "directory": "."
  },
  "bugs": {
    "url": "https://github.com/ChatLunaLab/storage-service/issues"
  },
  "homepage": "https://github.com/ChatLunaLab/storage-service#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3",
    "@typescript-eslint/parser": "^8.45.1-alpha.0",
    "atsc": "^1.2.2",
    "esbuild": "^0.25.10",
    "esbuild-register": "^3.6.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.2",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-promise": "^7.2.1",
    "koishi": "^4.18.9",
    "yakumo": "^1.0.0",
    "yakumo-esbuild": "^1.0.0",
    "yakumo-mocha": "^1.0.0",
    "yakumo-tsc": "^1.0.0"
  },
  "peerDependencies": {
    "koishi": "^4.18.9"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "yarn yakumo build",
    "bump": "yarn yakumo version",
    "dep": "yarn yakumo upgrade",
    "pub": "yarn yakumo publish",
    "lint": "yarn eslint src --ext=ts",
    "lint-fix": "yarn eslint src --ext=ts --fix"
  },
  "koishi": {
    "description": {
      "zh": "ChatLuna 中转存储服务，资源公网访问"
    },
    "service": {
      "required": [
        "database",
        "server"
      ],
      "implements": [
        "chatluna_storage"
      ]
    }
  },
  "dependencies": {
    "file-type": "16.5.4"
  }
}