From 14466bf9b7b8a3fc455c0d601205abbaf8cba4f5 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Tue, 17 Jan 2023 14:46:36 +0000 Subject: [PATCH] feat: add describe project better in package.json (#2971) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2971 Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- package.json | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fdb9ed8bf..a3e176be9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,27 @@ { "name": "vikunja-frontend", - "version": "0.10.0", + "description": "The todo app to organize your life.", "private": true, + "version": "0.10.0", + "license": "AGPL-3.0-or-later", + "repository": { + "type": "git", + "url": "https://kolaente.dev/vikunja/frontend" + }, + "bugs": { + "url": "https://kolaente.dev/vikunja/frontend/issues" + }, + "homepage": "https://vikunja.io/", + "funding": "https://opencollective.com/vikunja", + "packageManager": "pnpm@7.25.0", + "keywords": [ + "todo", + "productivity", + "task management", + "organisation", + "gantt", + "kanban" + ], "scripts": { "serve": "vite", "preview": "vite preview --port 4173", @@ -122,7 +142,5 @@ "vue-tsc": "1.0.24", "wait-on": "7.0.1", "workbox-cli": "6.5.4" - }, - "license": "AGPL-3.0-or-later", - "packageManager": "pnpm@7.25.0" + } }