-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1022 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1022 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": "pi-gitnexus",
"version": "0.4.0",
"description": "GitNexus knowledge graph integration for pi — enriches searches with call chains, execution flows, and blast radius",
"author": "tintinweb",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tintinweb/pi-gitnexus.git"
},
"homepage": "https://github.com/tintinweb/pi-gitnexus#readme",
"bugs": {
"url": "https://github.com/tintinweb/pi-gitnexus/issues"
},
"keywords": [
"pi-package",
"pi",
"pi-extension",
"gitnexus",
"knowledge-graph",
"code-intelligence",
"call-graph",
"agent"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@mariozechner/pi-coding-agent": "latest",
"@sinclair/typebox": "latest"
},
"devDependencies": {
"@types/node": "^25.3.0",
"typescript": "^5.9.3"
},
"pi": {
"extensions": [
"./src/index.ts"
],
"image": "https://github.com/tintinweb/pi-gitnexus/raw/master/media/screenshot.png"
}
}