chore: updated package.json fields

This commit is contained in:
Corentin Thomasset 2021-05-31 22:41:10 +02:00
parent 950f69f04b
commit c4b505da0d
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

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