-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 739 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 739 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
{
"name": "neural-graph-visualizer",
"version": "1.1.0",
"description": "Interactive 3D knowledge graph with pathway-aware layouts, molecule viewer, and biomedical research templates",
"author": {
"name": "Clement Deust",
"email": "admin@ai-architect.tools"
},
"license": "MIT",
"homepage": "https://github.com/cdeust/neural-graph-visualizer",
"repository": {
"type": "git",
"url": "https://github.com/cdeust/neural-graph-visualizer.git"
},
"main": "mcp-server/index.js",
"scripts": {
"start": "node mcp-server/index.js",
"setup": "bash scripts/setup.sh",
"launch": "node scripts/launch.js",
"create": "node scripts/create-research.js"
},
"engines": {
"node": ">=18.0.0"
}
}