This commit is contained in:
2026-01-20 00:28:34 +03:00
parent b93554f0cd
commit 727ba2f0d3

View File

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