From 727ba2f0d3451d060003f05a26bc21e968084a6f Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Tue, 20 Jan 2026 00:28:34 +0300 Subject: [PATCH] sync --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6cb4ea0..35a04ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@gromlab/create-vod", + "author": "Gromov Sergei", "version": "0.1.3", - "description": "Fast DASH video converter with NVENC acceleration and thumbnail sprites", + "description": "DASH/HLS video converter with hardware acceleration (NVENC/QSV/AMF/VAAPI), thumbnails and poster generation", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -40,16 +41,15 @@ "adaptive-streaming", "thumbnails" ], - "author": "grom13", "license": "MIT", "repository": { "type": "git", - "url": "https://gromlab.ru/gromov/create-vod.git" + "url": "https://gromlab.ru/vod/create-vod.git" }, "bugs": { - "url": "https://gromlab.ru/gromov/create-vod/issues" + "url": "https://gromlab.ru/vod/create-vod/issues" }, - "homepage": "https://gromlab.ru/gromov/create-vod#readme", + "homepage": "https://gromlab.ru/vod/create-vod#readme", "engines": { "node": ">=18.0.0" },