-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 872 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 872 Bytes
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
{
"name": "koishi-plugin-random-source-selector",
"description": "透过扫描API链接返回的数据随机抽出一条作为图片或文案发送,支援自定义指令",
"version": "0.0.8-alpha.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"contributors": [
"ericlam <tsukiko852@gmail.com>"
],
"homepage": "https://github.com/eric2788/koishi-plugin-random-source-selector",
"repository": {
"type": "git",
"url": "git+https://github.com/eric2788/koishi-plugin-random-source-selector.git"
},
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"peerDependencies": {
"koishi": "^4.15.6"
},
"dependencies": {
"axios": "^1.6.2",
"ejs": "^3.1.9",
"node-html-parser": "^6.1.11"
},
"devDependencies": {
"@types/ejs": "^3.1.5"
}
}