15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "graph-reflection-rewriting",
|
|
"version": "1.0.0",
|
|
"description": "Graph implementation with reflection and rewriting nodes",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"jest": "^29.6.1"
|
|
}
|
|
} |