-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 733 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 733 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
{
"name": "codegraphx",
"version": "1.0.5",
"description": "",
"main": "src/cli.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bin": {
"codegraphx": "bin/codegraphx",
"cgx": "bin/cgx",
"cgx-mcp": "bin/cgx-mcp"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@toon-format/toon": "^2.1.0",
"bloom-filters": "^3.0.4",
"chokidar": "^5.0.0",
"commander": "^14.0.3",
"tree-sitter": "0.21.1",
"tree-sitter-python": "0.21.0",
"tree-sitter-javascript": "0.21.0",
"tree-sitter-typescript": "0.23.2",
"tree-sitter-html": "0.23.2",
"tree-sitter-css": "0.21.0",
"ws": "^8.20.0"
}
}