mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 10:52:31 +01:00
24 lines
595 B
JSON
24 lines
595 B
JSON
{
|
|
"name": "@fosscord/dashboard",
|
|
"version": "1.0.0",
|
|
"description": "Dashboard for Fosscord",
|
|
"main": "dist/index.js",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "npm run build && 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"
|
|
}
|