datamosh-cli
Version:
A CLI tool to datamosh videos
38 lines (37 loc) • 848 B
JSON
{
"name": "datamosh-cli",
"version": "2.1.0",
"description": "A CLI tool to datamosh videos",
"author": "Tim Severien <timseverien@gmail.com> (https://timseverien.com)",
"homepage": "https://github.com/timseverien/datamosh-cli",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/timseverien/datamosh-cli.git"
},
"keywords": [
"datamosh",
"datamoshing",
"glitch"
],
"bin": {
"datamosh": "bin/datamosh.js"
},
"scripts": {
"create-examples": "node scripts/create-examples.js"
},
"dependencies": {
"aviglitch": "^0.3.1",
"commander": "^6.0.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.6",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}