16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"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"
|
|
}
|
|
} |