{
  "name": "koishi-plugin-deepseekapi-chat",
  "version": "3.1.4",
  "description": "高性能 DeepSeek 大模型接入插件，支持自定义系统人设、多轮对话记忆、详细参数调节，提供 .ds/.ai 指令和智能直聊模式，适合群聊智能助手",
  "main": "./src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "koishi",
    "plugin",
    "deepseek",
    "ai",
    "chat",
    "llm",
    "context",
    "rpg",
    "assistant"
  ],
  "author": "YourName",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": ""
  },
  "koishi": {
    "description": {
      "en": "High-performance DeepSeek AI integration with customizable persona, context memory, and advanced parameter tuning.",
      "zh": "高性能 DeepSeek 大模型接入插件。支持自定义系统人设、多轮对话记忆（可配置轮数）、温度/惩罚系数调节，提供 .ds/.ai 指令，适合群聊智能助手。"
    },
    "service": {
      "required": [],
      "optional": []
    }
  },
  "peerDependencies": {
    "koishi": "^4.16.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}