mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-10-28 10:33:44 +00:00
chore: added missing fields in package.json
This commit is contained in:
18
package.json
18
package.json
@@ -1,6 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "it-tools",
|
"name": "it-tools",
|
||||||
"version": "2.5.1",
|
"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": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vue-tsc --noEmit && vite build",
|
"build": "vue-tsc --noEmit && vite build",
|
||||||
|
|||||||
Reference in New Issue
Block a user