Удалить package.json
This commit is contained in:
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user