chore: добавлены метаданные npm (автор, репозиторий, ключевые слова)
This commit is contained in:
19
package.json
19
package.json
@@ -1,8 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "@gromlab/create",
|
"name": "@gromlab/create",
|
||||||
"version": "0.1.6",
|
"version": "0.1.7",
|
||||||
"description": "Template-based file generator CLI",
|
"description": "Template-based file generator CLI",
|
||||||
|
"author": "Gromov Sergei",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"homepage": "https://gromlab.ru/gromov/create",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gromlab.ru/gromov/create.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://gromlab.ru/gromov/create/issues"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"cli",
|
||||||
|
"generator",
|
||||||
|
"template",
|
||||||
|
"scaffold",
|
||||||
|
"boilerplate",
|
||||||
|
"file-generator"
|
||||||
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user