chore: added missing fields in package.json

This commit is contained in:
Corentin Thomasset 2022-07-21 21:06:28 +02:00
parent eff7c23ebb
commit c4f9e90cc7
No known key found for this signature in database
GPG Key ID: DBD997E935996158

View File

@ -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 <corentin.thomasset74+it-tools@gmail.com> (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",