summary refs log tree commit diff
path: root/dashboard/package.json
blob: 87bc169914e18dde0ba10df8d0f6304cf13cc5ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"name": "@fosscord/dashboard",
	"version": "1.0.0",
	"description": "Dashboard for Fosscord",
	"main": "dist/index.js",
	"types": "src/index.ts",
	"scripts": {
		"test": "npm run build && npx jest --coverage ./tests",
		"build": "npx tsc -p .",
		"start": "node dist/start.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/fosscord/fosscord-server.git"
	},
	"keywords": [],
	"author": "Fosscord",
	"license": "AGPL-3.0-only",
	"bugs": {
		"url": "https://github.com/fosscord/fosscord-server/issues"
	},
	"homepage": "https://github.com/fosscord/fosscord-server#readme"
}