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

20 lines
415 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "graph-reflexivity",
"version": "1.0.0",
"description": "A simple JavaScript implementation of a graph with reflexivity (selfloops on every node).",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"graph",
"reflexivity",
"self-loop",
"javascript"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
}
}