koishi-plugin-chatluna-qwen-adapter
Version:
qwen adapter for chatluna
88 lines (87 loc) • 2.3 kB
JSON
{
"name": "koishi-plugin-chatluna-qwen-adapter",
"description": "qwen adapter for chatluna",
"version": "1.3.0-alpha.16",
"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/adapter-qwen"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ChatLunaLab/chatluna/issues"
},
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/adapter-qwen#readme",
"scripts": {
"build": "atsc -b"
},
"engines": {
"node": ">=18.0.0"
},
"resolutions": {
"@langchain/core": "0.3.62",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
},
"overrides": {
"@langchain/core": "0.3.62",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.3.62",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
}
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"service",
"chatgpt",
"gpt",
"chatluna",
"adapter"
],
"dependencies": {
"@chatluna/v1-shared-adapter": "^1.0.16",
"@langchain/core": "0.3.62",
"zod": "3.25.76",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"atsc": "^2.1.0",
"koishi": "^4.18.9"
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.3.0-alpha.77"
},
"koishi": {
"description": {
"zh": "ChatLuna 的阿里云通义千问 API 适配器",
"en": "Tongyi Qianwen API adapter for ChatLuna"
},
"service": {
"required": [
"chatluna"
]
}
}
}