sync
This commit is contained in:
10
package.json
10
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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user