koishi-plugin-chatluna-rmkv-adapter
Version:
rwkv adapter for chatluna
85 lines • 1.95 kB
JSON
{
"name": "koishi-plugin-chatluna-rmkv-adapter",
"description": "rwkv adapter for chatluna",
"version": "1.2.0",
"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/rwkv-adapter"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ChatLunaLab/chatluna/issues"
},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/rwkv-adapter#readme",
"scripts": {
"build": "atsc -b"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"service",
"rwkv",
"chatluna",
"adapter"
],
"dependencies": {
"@langchain/core": "^0.3.43",
"zod-to-json-schema": "3.23.5"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"atsc": "^2.1.0",
"koishi": "^4.18.7"
},
"resolutions": {
"@langchain/core": "0.3.43",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.19"
},
"overrides": {
"@langchain/core": "0.3.43",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.19"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.3.43",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.19"
}
},
"peerDependencies": {
"koishi": "^4.18.7",
"koishi-plugin-chatluna": "^1.2.0"
},
"koishi": {
"description": {
"zh": "ChatLuna 的 RWKV 适配器(需后端配置)",
"en": "RWKV adapter for ChatLuna (backend required)"
},
"service": {
"required": [
"chatluna"
]
}
}
}