| { | |
| "name": "koishi-plugin-sd-switch", | |
| "description": "快速切换 SD-WebUI 模型", | |
| "version": "1.2.0", | |
| "main": "lib/index.js", | |
| "typings": "lib/index.d.ts", | |
| "files": [ | |
| "lib", | |
| "dist" | |
| ], | |
| "license": "MIT", | |
| "scripts": { | |
| "build": "atsc -b" | |
| }, | |
| "homepage": "https://forum.koishi.xyz/t/topic/57", | |
| "keywords": [ | |
| "chatbot", | |
| "koishi", | |
| "plugin", | |
| "novelai" | |
| ], | |
| "peerDependencies": { | |
| "koishi": "^4.10.6-alpha.2" | |
| } | |
| } | |