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

15 lines
301 B
JSON

{
"name": "graph-reflection",
"version": "1.0.0",
"description": "Graph implementation with reflection using adjacency list",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"jest": "^29.6.1"
}
}