-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.5 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
{
"name": "deepwiki",
"private": true,
"version": "0.0.1",
"type": "module",
"author": "Andy Tran",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/andyhtran/deepwiki-by-cc.git"
},
"homepage": "https://github.com/andyhtran/deepwiki-by-cc",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "cd build && PORT=8080 node index.js",
"prepare": "svelte-kit sync 2>/dev/null || echo ''",
"check": "svelte-kit sync 2>/dev/null; zvelte-check --tsconfig ./tsconfig.json",
"test": "bun test",
"lint": "biome check .",
"mcp": "bun src/mcp/server.ts",
"mcp:http": "MCP_HTTP=true bun src/mcp/server.ts"
},
"comments": {
"@typescript/native-preview": "zvelte-check shells out to the tsgo binary this package provides — do not remove"
},
"devDependencies": {
"@biomejs/biome": "^2.4.2",
"@sveltejs/kit": "^2.50.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@types/better-sqlite3": "^7.6.13",
"@types/bun": "^1.3.10",
"@types/dompurify": "^3.2.0",
"@typescript/native-preview": "^7.0.0-dev.20260303.1",
"pino-pretty": "^13.1.3",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"@sveltejs/adapter-node": "^5.5.3",
"better-sqlite3": "^12.6.2",
"dompurify": "^3.3.1",
"highlight.js": "^11.11.1",
"ignore": "^7.0.5",
"js-tiktoken": "^1.0.21",
"marked": "^17.0.3",
"mermaid": "^11.12.3",
"p-limit": "^7.3.0",
"pino": "^10.3.1",
"svelte": "^5.49.2",
"zod": "^4.3.6"
}
}