Files
povtornyy-ekzamen-2-graf-s-…/package.json
T

19 lines
376 B
JSON

{
"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"
}
}