UNPKG

@koishijs/client

Version:

Koishi Console Client

68 lines 1.54 kB
{ "name": "@koishijs/client", "description": "Koishi Console Client", "version": "5.30.7", "main": "client/index.ts", "exports": { ".": "./client/index.ts", "./global": "./client/global.d.ts", "./bin": "./lib/bin.js", "./lib": "./lib/index.js", "./lib/yakumo": "./lib/yakumo.js", "./lib/yakumo.js": "./lib/yakumo.js", "./package.json": "./package.json" }, "files": [ "app", "client", "lib", "src", "bin.js", "global.d.ts" ], "bin": { "koishi-console": "bin.js" }, "author": "Shigma <shigma10826@gmail.com>", "license": "AGPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/koishijs/webui.git", "directory": "packages/client" }, "bugs": { "url": "https://github.com/koishijs/webui/issues" }, "homepage": "https://koishi.chat", "keywords": [ "bot", "chatbot", "koishi", "plugin", "webui", "console", "build" ], "dependencies": { "@koishijs/components": "1.5.19", "@maikolib/vite-plugin-yaml": "^1.0.1", "@satorijs/protocol": "^1.6.0", "@vitejs/plugin-vue": "^5.1.4", "@vueuse/core": "^11.1.0", "cac": "^6.7.14", "cordis": "^3.18.1", "cosmokit": "^1.7.2", "element-plus": "2.7.7", "marked-vue": "^1.3.0", "ns-require": "^1.1.4", "sass": "^1.82.0", "unocss": "^0.65.1", "vite": "^5.4.10", "vue": "^3.5.12", "vue-i18n": "^9.10.2", "vue-router": "^4.4.5" }, "yakumo": { "client": "./scripts/client.ts" } }