summary refs log tree commit diff
path: root/dashboard/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/package.json')
-rw-r--r--dashboard/package.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/dashboard/package.json b/dashboard/package.json
deleted file mode 100644
index 1009d658..00000000
--- a/dashboard/package.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-	"name": "@fosscord/dashboard",
-	"version": "1.0.0",
-	"description": "Dashboard for Fosscord",
-	"main": "dist/index.js",
-	"types": "src/index.ts",
-	"scripts": {
-		"test": "npm run build && jest --coverage ./tests",
-		"build": "npx tsc -p .",
-		"start": "node dist/start.js"
-	},
-	"repository": {
-		"type": "git",
-		"url": "git+https://github.com/fosscord/fosscord-server.git"
-	},
-	"keywords": [],
-	"author": "",
-	"license": "GPLV3",
-	"bugs": {
-		"url": "https://github.com/fosscord/fosscord-server/issues"
-	},
-	"homepage": "https://github.com/fosscord/fosscord-server#readme"
-}