update package.json

This commit is contained in:
Aine 2025-06-16 13:39:25 +03:00
parent daa22f7e54
commit 752dc7a4cf
No known key found for this signature in database
GPG Key ID: 34969C908CCA2804

View File

@ -1,14 +1,33 @@
{ {
"name": "synapse-admin", "name": "synapse-admin",
"version": "0.11.1", "version": "0.11.1",
"description": "Admin GUI for the Matrix.org server Synapse", "description": "Feature-packed and visually customizable admin GUI for Matrix Synapse servers.",
"keywords": [
"matrix",
"synapse",
"admin",
"homeserver",
"management",
"react",
"nodejs",
"dashboard",
"etkecc",
"docker"
],
"type": "module", "type": "module",
"author": "etke.cc (originally by Awesome Technologies Innovationslabor GmbH)", "author": "etke.cc (originally by Awesome Technologies Innovationslabor GmbH)",
"license": "Apache-2.0", "license": "Apache-2.0",
"homepage": ".", "homepage": "https://github.com/etkecc/synapse-admin#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/etkecc/synapse-admin" "url": "git+https://github.com/etkecc/synapse-admin.git"
},
"bugs": {
"url": "https://github.com/etkecc/synapse-admin/issues"
},
"funding": {
"type": "individual",
"url": "https://liberapay.com/etkecc"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.29.0", "@eslint/js": "^9.29.0",