Удалить package.json

This commit is contained in:
2026-07-01 14:00:44 +00:00
parent 79077d9130
commit ee364dd8e9
-21
View File
@@ -1,21 +0,0 @@
{
"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"
}
}