1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..3395122e
--- /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", "cdn", "gateway"],
+ "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"
+}
|