Newer
Older
percord / package.json
@Thesourtimes Thesourtimes on 26 Apr 2022 446 bytes Do stuff for npm workspace
{
	"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"
}