summary refs log tree commit diff
path: root/dashboard/package.json
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2022-01-04 20:51:04 +0300
committerThesourtimes <cckhmck@gmail.com>2022-01-04 20:51:04 +0300
commit7d6fd4c88f156847c8aeed32b357c7b70f9b53de (patch)
tree041eb90b836a158f7a9837829fb9a650af69596d /dashboard/package.json
parentIncrementing user discriminators (diff)
downloadserver-7d6fd4c88f156847c8aeed32b357c7b70f9b53de.tar.xz
Update documents
Diffstat (limited to 'dashboard/package.json')
-rw-r--r--dashboard/package.json24
1 files changed, 23 insertions, 1 deletions
diff --git a/dashboard/package.json b/dashboard/package.json
index 0967ef42..1009d658 100644
--- a/dashboard/package.json
+++ b/dashboard/package.json
@@ -1 +1,23 @@
-{}
+{
+	"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"
+}