-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.28 KB
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
{
"name": "koishi-plugin-codegang-qd",
"description": "codegang签到插件",
"version": "2.2.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"contributors": [
"小舍 <DMB-codegang@users.noreply.github.com>"
],
"scripts": {
"build": "tsc -b && koishi-console build"
},
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/DMB-codegang/koishi-plugin-codegang-qd.git"
},
"bugs": {
"url": "https://github.com/DMB-codegang/koishi-plugin-codegang-qd/issues"
},
"homepage": "https://github.com/DMB-codegang/koishi-plugin-codegang-qd",
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"devDependencies": {
"@koishijs/client": "^5.30.7",
"@koishijs/plugin-console": "^5.30.7",
"@types/node": "^20.17.24",
"esbuild": "^0.25.0",
"esbuild-register": "^3.6.0",
"koishi": "^4.18.7",
"typescript": "^5.9.0-dev.20250310",
"koishi-plugin-pointmint": "^0.0.8",
"jsonpath": "^1.0.0"
},
"peerDependencies": {
"koishi": "^4.18.7",
"jsonpath": "^1.0.0"
},
"koishi": {
"description": {
"zh": "高度可自定义化的签到插件"
},
"service": {
"required": [
"pointmint"
]
}
}
}