-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 903 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
40
41
42
43
44
{
"name": "koishi-plugin-henrik-valorant",
"description": "外服瓦洛兰特战绩查询工具",
"version": "0.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"type": "commonjs",
"files": [
"lib",
"dist"
],
"contributors": [
"ericlam <tsukiko852@gmail.com>"
],
"homepage": "https://github.com/eric2788/koishi-plugin-henrik-valorant",
"repository": {
"type": "git",
"url": "git+https://github.com/eric2788/koishi-plugin-henrik-valorant.git"
},
"license": "MIT",
"scripts": {},
"keywords": [
"chatbot",
"koishi",
"plugin",
"valorant",
"gametool"
],
"koishi": {
"service": {
"required": [
"cache"
]
}
},
"peerDependencies": {
"koishi": "^4.15.0"
},
"dependencies": {
"@koishijs/cache": "^2.1.0",
"data-uri-to-buffer": "^4.0.1",
"node-fetch-commonjs": "^3.3.2"
}
}