-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.25 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "koishi-plugin-novel-ai-api",
"description": "Speical novel ai api plugin version",
"version": "1.1.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"koishi": {
"description": {
"en": "Speical novel ai api plugin version",
"zh": "NovelAI 画图接口特殊版本(非官方)"
},
"locales": [
"zh"
]
},
"bump": {
"before": [
"npm run build"
],
"after": [
"npm publish"
]
},
"license": "AGPLv3",
"repository": {
"type": "git",
"url": "git+https://github.com/wibus-wee/koishi-plugin-novel-ai-api.git"
},
"bugs": {
"url": "https://github.com/wibus-wee/koishi-plugin-novel-ai-api/issues"
},
"scripts": {
"build": "atsc -b"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"novelai",
"ai",
"paint",
"image",
"generate"
],
"peerDependencies": {
"koishi": "^4.9.5"
},
"devDependencies": {
"@koishijs/plugin-help": "^1.2.5",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^17.0.45",
"atsc": "^1.1.2",
"koishi": "^4.9.5",
"typescript": "^4.8.4"
},
"dependencies": {
"image-size": "^1.0.2",
"libsodium-wrappers": "^0.7.10"
}
}