{ "name": "verdant-claw", "version": "2.0.0", "description": "Pi Root Agent + OmniRoute + Memgraph + Graph Visualization", "main": "index.js", "scripts": { "test": "jest tests/", "start:graph-viewer": "node scripts/graph-viewer.js" }, "dependencies": { "cors": "^2.8.5", "express": "^4.21.0", "express-rate-limit": "^7.1.5", "neo4j-driver": "^5.15.0", "node-fetch": "^2.7.0" }, "devDependencies": { "jest": "^29.7.0" } }