summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2022-04-26 21:34:15 +0300
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-04-26 22:47:35 +0300
commit540e643b86295e2c55941fc279e03b69e3f07ed5 (patch)
tree0e38d6acb9dde92bfe1b5720eabe8d88ae9d66c5 /package.json
parenteventually fix those errors (diff)
downloadserver-540e643b86295e2c55941fc279e03b69e3f07ed5.tar.xz
Do stuff for npm workspace
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..0fa46c7a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+	"name": "fosscord-server",
+	"version": "1.0.0",
+	"description": "A Fosscord server written in Node.js",
+	"workspaces": ["api", "bundle", "cdn", "gateway", "webrtc"],
+	"scripts": {},
+	"repository": {
+		"type": "git",
+		"url": "git+https://github.com/fosscord/fosscord-server.git"
+	},
+	"author": "Fosscord",
+	"license": "AGPLV3",
+	"bugs": {
+		"url": "https://github.com/fosscord/fosscord-server/issues"
+	},
+	"homepage": "https://fosscord.com"
+}