From ee364dd8e921b692c15651b73b9b608d6a1be192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80=20=D0=9A=D1=83=D0=B7=D0=B0?= =?UTF-8?q?=D1=85=D0=BC=D0=B5=D1=82=D0=BE=D0=B2?= Date: Wed, 1 Jul 2026 14:00:44 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20pa?= =?UTF-8?q?ckage.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 package.json 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