-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 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
{
"name": "koishi-plugin-http-monetary",
"description": "HTTP API for Koishi Monetary Plugin",
"version": "0.0.7",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"contributors": [
"FLY1919 <qw687255511@163.com>"
],
"files": [
"lib",
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FLY1919/plugin-http-monetary.git"
},
"bugs": {
"url": "https://github.com/FLY1919/plugin-http-monetary/issues"
},
"scripts": {
"build": "tsc",
"pub": "npm run build && npm publish"
},
"license": "Apache-2.0",
"homepage": "https://github.com/FLY1919/plugin-http-monetary",
"koishi": {
"description": {
"zh": "Koishi Monetary 插件的 HTTP API 插件",
"en": "HTTP API plugin for Koishi Monetary plugin",
"ja": "Koishi Monetary プラグインの HTTP API プラグイン",
"ko": "Koishi Monetary 플러그인의 HTTP API 플러그인",
"zh-TW": "Koishi Monetary 插件的 HTTP API 插件",
"fr": "Plugin HTTP API pour le plugin Koishi Monetary",
"ru": "HTTP API плагин для плагина Koishi Monetary",
"de": "HTTP-API-Plugin für das Koishi Monetary Plugin",
"es": "Plugin HTTP API para el plugin Koishi Monetary"
}
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"monetary",
"http",
"api"
],
"peerDependencies": {
"koishi": "4.18.10"
},
"devDependencies": {
"koishi": "4.18.10"
}
}