{ "name": "graph-reflection", "version": "1.0.0", "description": "Graph data structure with reflection capabilities", "main": "src/index.js", "type": "commonjs", "scripts": { "test": "jest" }, "keywords": [ "graph", "reflection", "introspection", "data-structure" ], "author": "Your Name", "license": "MIT", "devDependencies": { "jest": "^29.6.1" } }