From 6604becb0c137fe45e903eaa940a63134e68931b Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Tue, 27 Jan 2026 16:09:27 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BC=D0=B5=D1=82=D0=B0=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20npm=20(=D0=B0=D0=B2=D1=82=D0=BE=D1=80,=20?= =?UTF-8?q?=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80=D0=B8?= =?UTF-8?q?=D0=B9,=20=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=B2=D1=8B=D0=B5=20?= =?UTF-8?q?=D1=81=D0=BB=D0=BE=D0=B2=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ad78b2..7fe6879 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,25 @@ { "name": "@gromlab/create", - "version": "0.1.6", + "version": "0.1.7", "description": "Template-based file generator CLI", + "author": "Gromov Sergei", "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": { "access": "public" },