{
  "name": "koishi-plugin-chatluna-character-card",
  "description": "Compatible with SillyTavern character cards",
  "version": "0.0.12",
  "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",
    "SillyTavern",
    "tavern",
    "酒馆",
    "角色卡"
  ],
  "author": "dingyi222666 <dingyi222666@foxmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/ChatLunaLab/chatluna-character-card.git",
    "directory": "."
  },
  "bugs": {
    "url": "https://github.com/ChatLunaLab/chatluna-character-card/issues"
  },
  "homepage": "https://github.com/ChatLunaLab/chatluna-character-card#readme",
  "dependencies": {
    "@langchain/core": "^0.3.18",
    "js-yaml": "^4.1.0",
    "png-chunk-text": "^1.0.0",
    "png-chunks-encode": "^1.0.0",
    "png-chunks-extract": "^1.0.0"
  },
  "resolutions": {
    "@langchain/core": "0.3.18",
    "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15"
  },
  "overrides": {
    "@langchain/core": "0.3.18",
    "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15"
  },
  "pnpm": {
    "overrides": {
      "@langchain/core": "0.3.18",
      "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15"
    }
  },
  "devDependencies": {
    "@types/png-chunk-text": "^1",
    "@types/png-chunks-encode": "^1",
    "@types/png-chunks-extract": "^1",
    "@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3",
    "@typescript-eslint/parser": "^8.15.1-alpha.0",
    "atsc": "^1.2.2",
    "esbuild": "^0.23.1",
    "esbuild-register": "^3.6.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-promise": "^7.1.0",
    "koishi": "^4.18.4",
    "yakumo": "^1.0.0-beta.18",
    "yakumo-esbuild": "^1.0.0-beta.7",
    "yakumo-mocha": "^1.0.0-beta.2",
    "yakumo-tsc": "^1.0.0-beta.5"
  },
  "peerDependencies": {
    "koishi": "^4.18.4",
    "koishi-plugin-chatluna": "^1.0.1-alpha.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "process-dynamic-import": "node ./processDynamicImport.js",
    "fast-build": "yarn yakumo build",
    "build": "yarn process-dynamic-import && yarn fast-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 兼容加载 SillyTavern 的角色卡。"
    },
    "service": {
      "required": [
        "chatluna"
      ]
    }
  }
}