UNPKG

koishi-plugin-chatluna-character-card

Version:
117 lines 3.08 kB
{ "name": "koishi-plugin-chatluna-character-card", "description": "Compatible with SillyTavern character cards", "version": "0.0.14", "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.80", "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.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" } }, "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.45.1-alpha.0", "atsc": "^1.2.2", "esbuild": "^0.25.10", "esbuild-register": "^3.6.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.2", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-promise": "^7.2.1", "koishi": "^4.18.9", "yakumo": "^1.0.0", "yakumo-esbuild": "^1.0.0", "yakumo-mocha": "^1.0.0", "yakumo-tsc": "^1.0.0" }, "peerDependencies": { "koishi": "^4.18.9", "koishi-plugin-chatluna": "^1.4.0-alpha.14" }, "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": { "category": "ai", "description": { "zh": "让 ChatLuna 兼容加载 SillyTavern 的角色卡。" }, "service": { "required": [ "chatluna" ] } } }