From 14e02f3641b68f9cedf8d915cf158b043dd06c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 14:23:16 +0700 Subject: [PATCH] Complete package.json --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d64ba30..98ae022 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,13 @@ "name": "marco", "version": "1.8.1", "private": true, - "description": "Small description for marco goes here", - "repository": "", - "license": "MIT", - "author": "", + "description": "Unhosted maps app", + "repository": { + "type": "git", + "url": "git+https://gitea.kosmos.org/raucao/marco.git" + }, + "license": "AGPL-3.0-only", + "author": "Râu Cao ", "type": "module", "imports": { "#app/*": "./app/*",