feat: solution for 'Повторный экзамен #2: Граф с рефлексией на код'
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "graph-reflexive",
|
||||
"version": "1.0.0",
|
||||
"description": "Graph implementation with reflexive property using adjacency list",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
},
|
||||
"keywords": [
|
||||
"graph",
|
||||
"reflexive",
|
||||
"adjacency-list"
|
||||
],
|
||||
"author": "Auto-generated",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user