This commit is contained in:
2025-11-09 13:24:10 +03:00
parent 8c61e0e9db
commit b843bdf897
6 changed files with 70 additions and 58 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@grom13/dvc-cli",
"version": "0.1.0",
"version": "0.1.3",
"description": "Fast DASH video converter with NVENC acceleration and thumbnail sprites",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"dvc": "./bin/cli.js"
"dvc-cli": "./bin/cli.js"
},
"exports": {
".": {
@@ -44,12 +44,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/grom13/dvc-cli.git"
"url": "https://gromlab.ru/gromov/dvc-cli.git"
},
"bugs": {
"url": "https://github.com/grom13/dvc-cli/issues"
"url": "https://gromlab.ru/gromov/dvc-cli/issues"
},
"homepage": "https://github.com/grom13/dvc-cli#readme",
"homepage": "https://gromlab.ru/gromov/dvc-cli#readme",
"engines": {
"node": ">=18.0.0"
},