From c4f9e90cc7ddfafe9cb0de986bdf488fb46b7c9a Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Thu, 21 Jul 2022 21:06:28 +0200 Subject: [PATCH] chore: added missing fields in package.json --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/package.json b/package.json index 260699ca..4984a2b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,24 @@ { "name": "it-tools", "version": "2.5.1", + "description": "Collection of handy online tools for developers, with great UX. ", + "keywords": [ + "productivity", + "converter", + "website", + "vuejs", + "tools", + "frontend", + "tool", + "developer-tools", + "developer-productivity" + ], + "author": "Corentin Th (https://github.com/CorentinTh)", + "license": "GNU GPLv3", + "repository": { + "type": "git", + "url": "https://github.com/CorentinTh/it-tools" + }, "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build",