-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.25 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 3.25 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "sili-agent",
"version": "6.0.0",
"private": true,
"license": "MIT",
"type": "commonjs",
"scripts": {
"dev": "cross-env NODE_ENV=development bun --watch ./src/index.ts",
"start": "cross-env NODE_ENV=production bun ./src/index.ts",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write src",
"format:check": "prettier --check src",
"env:push": "dotenv-vault push",
"env:pull": "dotenv-vault pull"
},
"engines": {
"node": ">=24.11.0"
},
"devDependencies": {
"@satorijs/element": "^3.1.7",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^24.10.9",
"cross-env": "^10.1.0",
"dotenv": "^17.2.3",
"dotenv-vault": "^1.27.0",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.1.5",
"yml-register": "^1.2.5"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.86.1",
"@cordisjs/plugin-http": "^0.6.3",
"@koishijs/plugin-adapter-dingtalk": "^2.5.0",
"@koishijs/plugin-adapter-discord": "^4.5.10",
"@koishijs/plugin-adapter-kook": "^4.7.0",
"@koishijs/plugin-adapter-qq": "^4.10.1",
"@koishijs/plugin-adapter-satori": "^1.5.1",
"@koishijs/plugin-admin": "^1.4.0",
"@koishijs/plugin-analytics": "^2.0.6",
"@koishijs/plugin-auth": "^4.1.7",
"@koishijs/plugin-bind": "^1.5.1",
"@koishijs/plugin-broadcast": "^1.1.4",
"@koishijs/plugin-callme": "^1.3.4",
"@koishijs/plugin-commands": "^3.5.5",
"@koishijs/plugin-console": "^5.30.11",
"@koishijs/plugin-database-mongo": "^5.6.1",
"@koishijs/plugin-dataview": "^2.3.1",
"@koishijs/plugin-echo": "^2.2.5",
"@koishijs/plugin-explorer": "^1.5.5",
"@koishijs/plugin-help": "^2.4.6",
"@koishijs/plugin-insight": "^3.5.2",
"@koishijs/plugin-logger": "^2.6.9",
"@koishijs/plugin-sandbox": "^3.4.2",
"@koishijs/plugin-server": "^3.2.7",
"@koishijs/plugin-status": "^7.4.10",
"@octokit/webhooks-methods": "^6.0.0",
"@tavily/core": "^0.7.3",
"fexios": "^6.2.1",
"flourite": "^1.3.0",
"github-markdown-css": "^5.9.0",
"json5": "^2.2.3",
"koishi": "^4.18.9",
"koishi-plugin-adapter-onebot": "^6.8.0",
"koishi-plugin-assets-s3": "^1.3.2",
"koishi-plugin-autowithdraw-fix": "^1.3.7",
"koishi-plugin-basedata": "^0.2.0",
"koishi-plugin-dialogue": "^4.1.3",
"koishi-plugin-dialogue-author": "^1.2.1",
"koishi-plugin-dialogue-context": "^1.0.4",
"koishi-plugin-dialogue-flow": "^1.0.4",
"koishi-plugin-dialogue-rate-limit": "^1.0.3",
"koishi-plugin-github": "^5.5.1",
"koishi-plugin-image-search": "^4.3.2",
"koishi-plugin-manosaba-memes": "^0.4.1",
"koishi-plugin-mediawiki": "^3.1.0",
"koishi-plugin-novelai": "^1.27.0",
"koishi-plugin-puppeteer": "^3.9.0",
"koishi-plugin-rate-limit": "^2.0.4",
"koishi-plugin-recall": "^1.4.1",
"koishi-plugin-repeater": "^1.0.1",
"koishi-plugin-schedule": "^5.0.1",
"koishi-plugin-silk": "^2.0.1",
"koishi-plugin-switch": "^1.10.1",
"mint-filter": "^4.0.3",
"openai": "^6.17.0",
"puppeteer": "^24.32.1",
"quickjs-emscripten": "^0.32.0",
"satteri": "^0.9.4",
"shiki": "^3.21.0",
"wiki-saikou": "^7.6.0"
},
"workspaces": [
".",
"plugins/*"
]
}