-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 1.9 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
{
"name": "terminal49-api",
"version": "1.0.0",
"private": true,
"description": "Terminal49 API with MCP Server",
"workspaces": [
"packages/*",
"sdks/*"
],
"type": "module",
"scripts": {
"build": "npm run build --workspace @terminal49/sdk && npm run build --workspace @terminal49/mcp && npm run build --workspace @terminal49/cli",
"check": "npm run lint:api && npm run lint --workspaces && npm run type-check --workspaces",
"format": "vp fmt --write api && npm run format --workspaces",
"lint:api": "vp lint api && vp fmt --check api",
"test": "npm test --workspaces",
"sdk:docs": "npm run docs --workspace @terminal49/sdk"
},
"dependencies": {
"mintlify": "^4.2.585",
"openapi-fetch": "^0.15.2",
"openapi-typescript": "^7.13.0"
},
"devDependencies": {
"@oxlint/plugins": "1.77.0",
"@types/node": "^24.10.13",
"dotenv": "^17.3.1",
"vite-plus": "0.2.9"
},
"overrides": {
"@mintlify/previewing": {
"express": "4.22.2"
},
"@mintlify/scraping": {
"zod": "3.25.76"
},
"@mintlify/validation": {
"zod": "3.25.76"
},
"@terminal49/sdk": {
"typedoc": {
"minimatch": {
"brace-expansion": "5.0.6"
}
}
},
"axios": "^1.16.0",
"brace-expansion": "5.0.6",
"chromium-bidi": {
"zod": "3.23.8"
},
"express-rate-limit": "^8.5.2",
"fast-uri": "^3.1.2",
"hono": "^4.12.16",
"ip-address": "^10.1.1",
"js-yaml": "^4.1.1",
"lodash": "^4.18.1",
"minimatch": {
"brace-expansion": "5.0.6"
},
"minimatch@10.2.5": {
"brace-expansion": "5.0.6"
},
"postcss": "^8.5.14",
"rollup": "^4.60.4",
"typedoc": {
"minimatch": {
"brace-expansion": "5.0.6"
}
},
"uuid": "^11.1.1",
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.9",
"vitest": "4.1.10"
},
"engines": {
"node": "24.x"
}
}