18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"name": "graph-reflection-rewrite",
|
|
"version": "1.0.0",
|
|
"description": "Graph implementation with reflection and rewrite nodes.",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"keywords": [
|
|
"graph",
|
|
"reflection",
|
|
"rewrite",
|
|
"node"
|
|
],
|
|
"author": "Auto-generated",
|
|
"license": "MIT"
|
|
} |