summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-07-21 21:06:28 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-07-21 21:06:28 +0200
commitc4f9e90cc7ddfafe9cb0de986bdf488fb46b7c9a (patch)
tree0326f7217c1a957fccfa7460900246ed65b49a9b /package.json
parenteff7c23ebb267464f0930d7cebfe6687d4618c13 (diff)
downloadit-tools-c4f9e90cc7ddfafe9cb0de986bdf488fb46b7c9a.tar.gz
it-tools-c4f9e90cc7ddfafe9cb0de986bdf488fb46b7c9a.tar.zst
it-tools-c4f9e90cc7ddfafe9cb0de986bdf488fb46b7c9a.zip
chore: added missing fields in package.json
Diffstat (limited to '')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
index 260699c..4984a2b 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 <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",