{
  "name": "koishi-plugin-isthattrue",
  "version": "0.2.6",
  "description": "事实核查插件 - 使用多Agent LLM验证消息真实性",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "client",
    "dist"
  ],
  "scripts": {
    "build": "rm -rf lib && tsc -p tsconfig.json && vite build",
    "build:server": "rm -rf lib && tsc -p tsconfig.json",
    "build:client": "vite build",
    "watch": "tsc -p tsconfig.json --watch"
  },
  "keywords": [
    "koishi",
    "plugin",
    "fact-check",
    "llm",
    "chatluna"
  ],
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "@koishijs/plugin-console": "^5.0.0",
    "koishi": "^4.18.4",
    "koishi-plugin-chatluna": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "@koishijs/plugin-console": {
      "optional": true
    },
    "koishi-plugin-chatluna": {
      "optional": false
    }
  },
  "dependencies": {
    "@langchain/core": "^0.3.26"
  },
  "devDependencies": {
    "@koishijs/client": "^5.30.4",
    "@types/node": "^22.10.2",
    "typescript": "^5.7.2",
    "vite": "^6.3.6",
    "vue": "^3.5.13"
  },
  "koishi": {
    "description": {
      "zh": "事实核查插件 - 使用多Agent LLM验证消息真实性"
    },
    "service": {
      "required": [
        "chatluna"
      ],
      "optional": [
        "console",
        "chatluna_character"
      ]
    }
  }
}
