ffmpeg-progress-wrapper
Version:
A simple wrapper that helps with determinng the progress of the ffmpeg conversion
49 lines (48 loc) • 1.19 kB
JSON
{
"name": "ffmpeg-progress-wrapper",
"version": "2.0.1",
"description": "A simple wrapper that helps with determinng the progress of the ffmpeg conversion ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/legraphista/ffmpeg-progress-wrapper.git"
},
"engines": {
"node": ">=8.9.0"
},
"keywords": [
"ffmpeg",
"progress",
"wrapper",
"status",
"cli",
"ffmpeg-cli"
],
"author": "Stefan-Gabriel Muscalu <stefan.gabriel.muscalu@gmail.com> (http://my.corneroftheinternet.rocks/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/legraphista/ffmpeg-progress-wrapper/issues"
},
"homepage": "https://github.com/legraphista/ffmpeg-progress-wrapper#readme",
"dependencies": {
"@types/node": "^11.11.5",
"@types/pidusage": "^2.0.1",
"pidusage": "^2.0.17"
},
"devDependencies": {
"husky": "^4.2.5",
"source-map-support": "^0.5.19",
"typescript": "^3.3.4000"
},
"husky": {
"hooks": {
"pre-commit": "tsc"
}
}
}