diff options
author | Thesourtimes <cckhmck@gmail.com> | 2022-04-26 21:34:15 +0300 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-04-26 22:47:35 +0300 |
commit | 265f603b0af7f57763d3442d64cfad93aa3f0ad5 (patch) | |
tree | 86271fb5da86b555969cbea26c8385d2e85d647f /package.json | |
parent | eventually fix those errors (diff) | |
download | server-265f603b0af7f57763d3442d64cfad93aa3f0ad5.tar.xz |
Do stuff for npm workspace
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
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" +} |