mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -04:00
chore: updated package.json fields
This commit is contained in:
parent
950f69f04b
commit
c4b505da0d
1 changed files with 22 additions and 1 deletions
23
package.json
23
package.json
|
@ -1,7 +1,28 @@
|
||||||
{
|
{
|
||||||
"name": "it-tools",
|
"name": "it-tools",
|
||||||
"version": "2.0.0-beta.0",
|
"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": {
|
"scripts": {
|
||||||
"dev": "nuxt",
|
"dev": "nuxt",
|
||||||
"build": "npm run generate",
|
"build": "npm run generate",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue