{ "name": "graph-reflection-rewrite", "version": "1.0.0", "description": "Graph implementation with reflection and rewrite nodes", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.2", "jest": "^29.6.1", "ts-jest": "^29.1.1", "typescript": "^5.2.2" } }