-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.36 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
{
"name": "gitnexus-agent-kit",
"version": "1.2.0",
"description": "Agent enforcement layer for GitNexus \u2014 Cursor, Zed, and Ollama; graph-first agents on every model tier",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ReidenXerx/gitnexus-agent-kit.git"
},
"homepage": "https://github.com/ReidenXerx/gitnexus-agent-kit#readme",
"bugs": {
"url": "https://github.com/ReidenXerx/gitnexus-agent-kit/issues"
},
"bin": {
"gn-agent-kit": "./bin/install.sh",
"gn-agent-kit-update": "./bin/update.sh",
"gn-agent-kit-uninstall": "./bin/uninstall.sh",
"gn-kit-install": "./bin/install.sh",
"gn-kit-update": "./bin/update.sh",
"gn-kit-uninstall": "./bin/uninstall.sh"
},
"engines": {
"node": ">=22.9.0"
},
"scripts": {
"kit:install": "./bin/install.sh",
"install:target": "./bin/install.sh",
"update:target": "./bin/update.sh",
"uninstall:target": "./bin/uninstall.sh",
"eval": "node eval/run-eval.mjs",
"gen:contract": "node scripts/gen-contract.mjs",
"test": "node --test lib/kit.test.mjs"
},
"keywords": [
"cursor",
"zed",
"ollama",
"gitnexus",
"mcp",
"ai-agents",
"agent-skills",
"code-intelligence",
"knowledge-graph",
"cursor-hooks",
"cypher",
"developer-tools"
],
"license": "ISC"
}