mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 10:52:31 +01:00
18 lines
426 B
JSON
18 lines
426 B
JSON
{
|
|
"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"
|
|
}
|