-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.45 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": "cordis-plugin-http-tools",
"version": "0.0.1",
"description": "HTTP Tools for Koishi",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"contributors": [
"Shigma <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/koishijs/koishi-plugin-http-tools",
"repository": {
"type": "git",
"url": "https://github.com/koishijs/koishi-plugin-http-tools.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi-plugin-http-tools/issues"
},
"keywords": [
"bot",
"chatbot",
"koishi",
"plugin",
"http",
"tools",
"debug",
"postman",
"request",
"response",
"network",
"api"
],
"cordis": {
"service": {
"required": [
"http"
]
}
},
"scripts": {
"build": "atsc -b",
"lint": "eslint --ext=ts --cache"
},
"devDependencies": {
"@cordisjs/client": "^0.1.12",
"@cordisjs/eslint-config": "^1.1.1",
"@cordisjs/plugin-http": "^0.6.3",
"@primevue/themes": "^4.0.4",
"@types/node": "^20.11.30",
"atsc": "^2.0.1",
"cordis": "^3.17.9",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"eslint": "^8.57.0",
"primeicons": "^7.0.0",
"primevue": "^4.0.4",
"typescript": "^5.4.3",
"yml-register": "^1.2.5"
},
"peerDependencies": {
"@cordisjs/plugin-http": "^0.6.2",
"@cordisjs/plugin-webui": "^0.1.12",
"cordis": "^3.17.9"
}
}