feat: solution for 'Повторный экзамен: Граф с рефлексией и доработкой'
This commit is contained in:
+3
-4
@@ -1,16 +1,15 @@
|
||||
{
|
||||
"name": "graph-reflection-rewriting",
|
||||
"version": "1.0.0",
|
||||
"description": "Graph data structure with reflection and rewriting nodes",
|
||||
"description": "Graph implementation with reflection and rewriting nodes",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "jest --coverage"
|
||||
"test": "jest"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"jest": "^29.7.0"
|
||||
"jest": "^29.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user