{
  "name": "koishi-plugin-arknights-card",
  "version": "1.0.7",
  "description": "明日方舟抽卡模拟插件 - 支持限定池、标准池抽卡模拟，包含完整的干员数据和抽卡统计功能",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/your-username/koishi-plugin-arknights-card.git"
  },
  "keywords": [
    "koishi",
    "plugin",
    "arknights",
    "card",
    "明日方舟",
    "抽卡",
    "模拟抽卡"
  ],
  "author": "aynu449",
  "license": "MIT",
  "peerDependencies": {
    "koishi": "^4.15.1"
  },
  "devDependencies": {
    "@types/node": "^20.8.0",
    "@types/jest": "^29.5.5",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  },
  "koishi": {
    "description": {
      "en": "Arknights card simulation plugin",
      "zh": "明日方舟抽卡模拟插件"
    },
    "service": {
      "required": [
        "database"
      ]
    }
  }
}