-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 922 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "misungtr",
"version": "0.1.0",
"description": "Self-hosted local-first AI workspace with Ollama, llama.cpp, SearXNG, MCP, and Docker deployment.",
"license": "MIT",
"type": "module",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/misungtr/misungtr.git"
},
"bugs": {
"url": "https://github.com/misungtr/misungtr/issues"
},
"homepage": "https://github.com/misungtr/misungtr#readme",
"keywords": [
"ai",
"self-hosted",
"ollama",
"llama-cpp",
"searxng",
"mcp",
"local-first",
"privacy"
],
"files": [
"README.md",
"LICENSE",
"apps/",
"backend/",
"config/",
"deploy/",
"docker-compose.yml",
"docker-compose.prod.yml",
"mcp_servers/",
"scripts/"
],
"scripts": {
"build": "npm --prefix apps/web run build",
"test:e2e": "npm --prefix apps/web run test:e2e"
}
}