chore: добавлены метаданные npm (автор, репозиторий, ключевые слова)

This commit is contained in:
2026-01-27 16:09:27 +03:00
parent 9ab9dd005d
commit 6604becb0c

View File

@@ -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"
}, },