20 lines
429 B
JSON
20 lines
429 B
JSON
{
|
|
"name": "graph-reflection-refinement",
|
|
"version": "1.0.0",
|
|
"description": "A simple graph implementation supporting self-referential edges, reflection, and refinement.",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"keywords": [
|
|
"graph",
|
|
"reflection",
|
|
"refinement",
|
|
"self-referential"
|
|
],
|
|
"author": "Student",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"jest": "^29.7.0"
|
|
}
|
|
} |