-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.48 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
65
66
67
68
{
"name": "koishi-plugin-chatluna-preset-market",
"description": "preset market for chatluna",
"version": "1.0.15",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
},
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"license": "AGPL-3.0",
"keywords": [
"chatbot",
"koishi",
"plugin",
"service",
"chatgpt",
"chatluna",
"market"
],
"author": "dingyi222666 <dingyi222666@foxmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/ChatLunaLab/chatluna-preset-market.git",
"directory": "."
},
"bugs": {
"url": "https://github.com/ChatLunaLab/chatluna-preset-market/issues"
},
"homepage": "https://github.com/ChatLunaLab/chatluna-preset-market#readme",
"devDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-beta.100"
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-beta.40"
},
"scripts": {
"build": "yakumo build",
"bump": "yakumo version",
"dep": "yakumo upgrade",
"pub": "yakumo publish"
},
"koishi": {
"description": {
"zh": "为 ChatLuna 提供预设仓库服务的插件"
},
"service": {
"required": [
"chatluna"
]
}
}
}