sync
This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "@gromlab/create-vod",
|
"name": "@gromlab/create-vod",
|
||||||
|
"author": "Gromov Sergei",
|
||||||
"version": "0.1.3",
|
"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",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
@@ -40,16 +41,15 @@
|
|||||||
"adaptive-streaming",
|
"adaptive-streaming",
|
||||||
"thumbnails"
|
"thumbnails"
|
||||||
],
|
],
|
||||||
"author": "grom13",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gromlab.ru/gromov/create-vod.git"
|
"url": "https://gromlab.ru/vod/create-vod.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"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": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user