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