1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 17:51:35 +02:00
server/package.json

18 lines
433 B
JSON
Raw Normal View History

2022-04-26 20:34:15 +02:00
{
"name": "fosscord-server",
"version": "1.0.0",
"description": "A Fosscord server written in Node.js",
2022-04-27 22:09:01 +02:00
"workspaces": ["api", "cdn", "gateway"],
2022-04-26 20:34:15 +02:00
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fosscord/fosscord-server.git"
},
"author": "Fosscord",
"license": "AGPL-3.0-only",
2022-04-26 20:34:15 +02:00
"bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues"
},
"homepage": "https://fosscord.com"
}