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

21 lines
400 B
JSON

{
"name": "graph-reflection",
"version": "1.0.0",
"description": "Graph data structure with reflection capabilities",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"test": "jest"
},
"keywords": [
"graph",
"reflection",
"introspection",
"data-structure"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"jest": "^29.6.1"
}
}