From bdd3906439771444af418636abfd04c7fe4b3457 Mon Sep 17 00:00:00 2001 From: Andrew <86363077+catc24@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:06:42 -0400 Subject: [PATCH] Delete package.json --- package.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 2e81b6e8..00000000 --- a/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ -3 "name": "unblck-gaWes", -4 "version": "1.0.0", -5 "description": "", -6 "scripts": { -7 "build": "echo \"No build specified\" && exit 1", -8 "test": "echo \"No test specified\" && exit 1", -9 "start": "node index.js" -10 }, -11 "repository": { -12 "type": "git", -13 "url": "git+https://github.com/catc24/unbl0ck-gaWes.git" -14 }, -15 "author": "", -16 "license": "ISC", -17 "bugs": { -18 "url": "https://github.com/catc24/unbl0ck-gaWes/issues" -19 }, -20 "homepage": "https://github.com/catc24/unbl0ck-gaWes#readme" -21}