mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-02 04:19:13 -04:00
chore: added missing fields in package.json
This commit is contained in:
parent
eff7c23ebb
commit
c4f9e90cc7
1 changed files with 18 additions and 0 deletions
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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue