diff --git a/package.json b/package.json deleted file mode 100644 index 0b15c3f..0000000 --- a/package.json +++ /dev/null @@ -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" - } -} \ No newline at end of file