forked from idlist/koishi-plugin-jrrp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 818 Bytes
/
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
{
"name": "koishi-plugin-qiuqian",
"version": "1.1.1",
"description": "That \"qiuqian\" for Koishi.js.",
"author": "i'DLisT <[email protected]> (https://idl.ist/)",
"license": "MIT",
"keywords": [
"koishi.js",
"koishi",
"plugin",
"qiuqian",
"fortune"
],
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"src",
"locales"
],
"repository": {
"type": "git",
"url": "git+https://github.com/idlist/koishi-plugin-qiuqian.git"
},
"bugs": {
"url": "https://github.com/idlist/koishi-plugin-qiuqian/issues"
},
"homepage": "https://github.com/idlist/koishi-plugin-qiuqian#readme",
"scripts": {},
"koishi": {
"description": {
"zh": "诸葛神签"
}
},
"peerDependencies": {
"koishi": "^4.0.0"
}
}