This repository was archived by the owner on Jan 30, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.62 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.62 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
{
"name": "@betterhyq/honeycomb",
"version": "2.1.1",
"description": "基于 Model Context Protocol (MCP) 的服务配置管理平台,提供可视化的 MCP 服务配置和管理功能",
"keywords": [
"mcp",
"model-context-protocol",
"configuration-management",
"vue",
"express",
"typescript",
"monorepo"
],
"license": "ISC",
"author": "JD WMFE Team",
"main": "index.js",
"scripts": {
"build": "turbo run build",
"bumpp": "node scripts/version.mjs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog:all": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"check": "turbo run check",
"clean": "turbo run clean && rm -rf node_modules",
"commit": "cz",
"format": "turbo run format",
"init-db": "pnpm --filter=@betterhyq/honeycomb-db init-db",
"lint": "turbo run lint",
"prepare": "lefthook install",
"start": "pnpm --filter=@betterhyq/honeycomb-server start",
"test": "turbo run test"
},
"dependencies": {
"consola": "3.4.2",
"dotenv": "17.2.3",
"kysely": "0.28.10",
"kysely-wasm": "1.2.1",
"sql.js": "1.13.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@commitlint/cli": "20.3.1",
"@commitlint/config-conventional": "20.3.1",
"@tsconfig/node24": "24.0.4",
"@types/node": "25.0.9",
"@types/sql.js": "1.4.9",
"commitizen": "4.3.1",
"conventional-changelog": "7.1.1 ",
"conventional-changelog-cli": "5.0.0",
"cz-conventional-changelog": "3.3.0",
"lefthook": "2.0.15",
"simple-git": "3.30.0",
"turbo": "2.7.5",
"typescript": "5.9.3",
"unbuild": "3.6.1",
"vitest": "4.0.17"
},
"packageManager": "pnpm@10.25.0"
}