-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 751 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
{
"name": "localllm-server-manager-tooling",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"update": "pwsh -ExecutionPolicy Bypass -File ./scripts/fast_update.ps1",
"build:installer": "pwsh -ExecutionPolicy Bypass -File ./scripts/build_release.ps1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^26.6.1",
"eslint": "^10.10.0",
"mermaid": "^11.17.2",
"typescript": "^5.7.0",
"typescript-eslint": "^8.70.0",
"vitepress": "^1.6.3",
"vitepress-plugin-mermaid": "^2.0.17"
}
}