-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"prepare": "git config core.hooksPath .githooks"
},
"dependencies": {
"@capacitor/app": "^8.1.0",
"framer-motion": "^12.40.0"
},
"name": "better-agent",
"version": "0.1.1",
"description": "Local web workspace for coding agents — Claude, Codex, Gemini, and more in one inspectable, LAN-ready hub.",
"homepage": "https://ofek-dev.com/better-agent/",
"repository": {
"type": "git",
"url": "git+https://github.com/ofekron/better-agent.git"
},
"bugs": {
"url": "https://github.com/ofekron/better-agent/issues"
},
"//private": "The npm name `better-agent` belongs to an unrelated package and this repo is not an npm distribution; `private` blocks an accidental `npm publish`.",
"private": true,
"directories": {
"doc": "docs"
},
"devDependencies": {},
"keywords": [
"coding-agents",
"claude-code",
"codex",
"gemini-cli",
"ai-agents",
"developer-tools",
"self-hosted"
],
"author": "ofekron",
"type": "commonjs"
}