summary refs log tree commit diff
path: root/src-slowcord/bot/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src-slowcord/bot/package.json')
-rw-r--r--src-slowcord/bot/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/src-slowcord/bot/package.json b/src-slowcord/bot/package.json
deleted file mode 100644
index 454f84cb..00000000
--- a/src-slowcord/bot/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-	"name": "bot",
-	"version": "1.0.0",
-	"description": "",
-	"main": "index.js",
-	"scripts": {
-		"build": "tsc -b",
-		"start": "node build/index.js"
-	},
-	"author": "",
-	"license": "ISC",
-	"dependencies": {
-		"fosscord-server": "file:../..",
-		"fosscord-gopnik": "^1.0.0",
-		"mysql": "^2.18.1",
-		"typescript": "^4.7.4"
-	}
-}