feat: solution for 'Повторный экзамен: Граф с рефлексией и доработкой'
This commit is contained in:
+11
-9
@@ -1,15 +1,17 @@
|
||||
{
|
||||
"name": "graph-reflection-rewriting",
|
||||
"name": "graph-with-reflection-and-rewrite",
|
||||
"version": "1.0.0",
|
||||
"description": "Graph implementation with reflection and rewriting nodes",
|
||||
"description": "A simple graph implementation that includes Reflection and Rewrite node types.",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"jest": "^29.6.1"
|
||||
}
|
||||
"keywords": [
|
||||
"graph",
|
||||
"reflection",
|
||||
"rewrite",
|
||||
"nodejs"
|
||||
],
|
||||
"author": "Your Name",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user