From c4b505da0dfc42f2d2a9f0a4000a65137e4da614 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 31 May 2021 22:41:10 +0200 Subject: [PATCH] chore: updated package.json fields --- package.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a2b9dd8e..0e6fe282 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,28 @@ { "name": "it-tools", "version": "2.0.0-beta.0", - "private": true, + "private": false, + "description": "Aggregated set of useful tools that every developer may need once in a while.", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/CorentinTh/it-tools" + }, + "funding": "https://github.com/sponsors/CorentinTh", + "author": "Corentin Th (https://github.com/CorentinTh)", + "homepage": "https://it-tools.tech", + "bugs": "https://github.com/CorentinTh/it-tools/issues", + "keywords": [ + "productivity", + "converter", + "website", + "vuejs", + "tools", + "frontend", + "tool", + "developer-tools", + "developer-productivity" + ], "scripts": { "dev": "nuxt", "build": "npm run generate",