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

17 lines
374 B
JSON

{
"name": "graph-with-reflection-and-rewrite",
"version": "1.0.0",
"description": "A simple graph implementation that includes Reflection and Rewrite node types.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"keywords": [
"graph",
"reflection",
"rewrite",
"nodejs"
],
"author": "Your Name",
"license": "MIT"
}