{ "name": "graph-reflection-rewriting", "version": "1.0.0", "description": "Graph data structure with reflection and rewriting nodes", "main": "src/index.js", "type": "module", "scripts": { "test": "jest --coverage" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "jest": "^29.7.0" } }