1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00
server/dashboard/package.json

24 lines
588 B
JSON
Raw Normal View History

2022-01-04 18:51:04 +01:00
{
"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": [],
2022-04-26 20:34:15 +02:00
"author": "Fosscord",
"license": "AGPLV3",
2022-01-04 18:51:04 +01:00
"bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues"
},
"homepage": "https://github.com/fosscord/fosscord-server#readme"
}