-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.08 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.08 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
79
80
81
82
83
{
"name": "dotfiles",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "bun@1.3.0",
"dependencies": {
"@anthropic-ai/claude-code": "^2.1.71",
"@augmentcode/auggie": "^0.18.1",
"@biomejs/biome": "^2.4.6",
"@ccusage/codex": "^18.0.9",
"@ccusage/mcp": "^18.0.9",
"@getgrit/cli": "^0.1.0-alpha.1743007075",
"@github/copilot": "^0.0.423",
"@google/gemini-cli": "^0.32.1",
"@google/jules": "^0.1.42",
"@googleworkspace/cli": "^0.8.0",
"@kaitranntt/ccs": "^7.52.2",
"@mariozechner/pi-coding-agent": "^0.57.1",
"@nanocollective/nanocoder": "^1.23.0",
"@openai/codex": "^0.112.0",
"@pulumi/pulumi": "^3.225.1",
"@sourcegraph/amp": "^0.0.1770734955-g93e689",
"@steipete/bird": "^0.8.0",
"@tobilu/qmd": "^1.1.5",
"@typescript/native-preview": "^7.0.0-dev.20260308.1",
"@vibe-kit/grok-cli": "^0.0.34",
"agent-browser": "^0.17.0",
"ccusage": "^18.0.9",
"clawdhub": "^0.3.0",
"cline": "^2.6.1",
"mcporter": "^0.7.3",
"open-composer": "^0.8.23",
"openclaw": "^2026.3.7",
"oxfmt": "^0.36.0",
"oxlint": "^1.51.0",
"ralph-tui": "^0.11.0",
"turbo": "^2.8.14",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"trustedDependencies": [
"@anthropic-ai/claude-code",
"@augmentcode/auggie",
"@biomejs/biome",
"@ccusage/codex",
"@ccusage/mcp",
"@getgrit/cli",
"@github/copilot",
"@google/gemini-cli",
"@google/jules",
"@googleworkspace/cli",
"@kaitranntt/ccs",
"@mariozechner/pi-coding-agent",
"@nanocollective/nanocoder",
"@openai/codex",
"@pulumi/pulumi",
"@sourcegraph/amp",
"@steipete/bird",
"@tobilu/qmd",
"@typescript/native-preview",
"@vibe-kit/grok-cli",
"agent-browser",
"ccusage",
"clawdhub",
"cline",
"mcporter",
"open-composer",
"openclaw",
"oxfmt",
"oxlint",
"ralph-tui",
"turbo",
"typescript",
"vite"
]
}