{ "name": "graph-reflection", "version": "1.0.0", "description": "Graph implementation with reflection using adjacency list", "main": "src/index.js", "scripts": { "test": "jest" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "jest": "^29.6.1" } }