{
  "name": "koishi-plugin-chatluna-plugin-common",
  "description": "plugin service for agent mode of chatluna",
  "version": "1.4.0-alpha.2",
  "main": "lib/index.cjs",
  "module": "lib/index.mjs",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "author": "dingyi222666 <dingyi222666@foxmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/ChatLunaLab/chatluna.git",
    "directory": "packages/extension-tools"
  },
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/ChatLunaLab/chatluna/issues"
  },
  "homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/extension-tools#readme",
  "scripts": {
    "build": "atsc -b"
  },
  "resolutions": {
    "@langchain/core": "^0.3.80",
    "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
  },
  "overrides": {
    "@langchain/core": "^0.3.80",
    "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
  },
  "pnpm": {
    "overrides": {
      "@langchain/core": "^0.3.80",
      "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
    }
  },
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "service",
    "chatluna",
    "vectorstore"
  ],
  "dependencies": {
    "@langchain/core": "^0.3.80",
    "micromatch": "^4.0.8",
    "turndown": "^7.2.2",
    "which": "^6.0.1",
    "zod": "3.25.76"
  },
  "devDependencies": {
    "@types/micromatch": "^4.0.9",
    "@types/turndown": "^5.0.6",
    "atsc": "^2.1.0",
    "koishi": "^4.18.9",
    "koishi-plugin-adapter-onebot": "^6.8.0",
    "koishi-plugin-chatluna-agent": "^1.0.44"
  },
  "peerDependencies": {
    "koishi": "^4.18.9",
    "koishi-plugin-chatluna": "^1.4.0-alpha.44",
    "koishi-plugin-chatluna-agent": "^1.0.44",
    "koishi-plugin-chatluna-storage-service": "^1.0.6"
  },
  "peerDependenciesMeta": {
    "koishi-plugin-chatluna-agent": {
      "optional": true
    },
    "koishi-plugin-chatluna-storage-service": {
      "optional": true
    }
  },
  "koishi": {
    "description": {
      "zh": "ChatLuna Agent 模式的一部分功能集（网络请求、定时任务、Koishi 命令执行等）",
      "en": "Core functionalities for ChatLuna's agent mode (image gen, code exec, network, file ops, scheduling, memory, Koishi cmds, etc.)"
    },
    "service": {
      "required": [
        "chatluna"
      ]
    }
  }
}