File size: 463 Bytes
bb7f1f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"
  }
}