-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
{
"name": "koishi-plugin-w-repeat",
"description": "WillBot: Advanced repeating functions",
"version": "2.0.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin"
],
"peerDependencies": {
"koishi": "^4.18.0",
"koishi-plugin-w-as-forward": "workspace:^",
"koishi-plugin-w-option-conflict": "^0.1.1"
},
"dependencies": {
"@satorijs/element": "^3.1.7",
"dayjs": "^1.11.13",
"dedent": "^1.5.3",
"pretty-format": "^29.7.0"
},
"devDependencies": {
"@koishijs/plugin-database-memory": "^3.6.0",
"@koishijs/plugin-mock": "^2.6.6",
"@satorijs/protocol": "^1.4.2",
"@willbot-koishi/jieba": "^0.5.0",
"koishi-plugin-puppeteer": "^3.9.0",
"koishi-plugin-w-as-forward": "workspace:^",
"koishi-plugin-w-echarts": "workspace:^",
"koishi-plugin-w-jieba": "workspace:^",
"koishi-plugin-w-node": "workspace:^",
"koishi-plugin-w-option-conflict": "^0.1.1",
"koishi-plugin-w-tesseract": "workspace:^"
},
"koishi": {
"service": {
"required": [
"database",
"reactive"
],
"optional": [
"echarts"
]
}
},
"scripts": {
"build": "yarn workspace willbot build w-repeat",
"bump": "yarn workspace willbot bump w-repeat",
"pub": "yarn workspace willbot pub w-repeat"
}
}