videory
Version:
CLI for transcoding videos
34 lines (33 loc) • 771 B
JSON
{
"name": "videory",
"version": "0.4.0-pre.5",
"description": "CLI for transcoding videos",
"main": "index.js",
"bin": {
"videory": "./bin/videory.js"
},
"type": "module",
"dependencies": {
"args": "^5.0.1",
"dayjs": "^1.11.1",
"dotenv": "^16.0.0",
"dropconvert": "^0.1.2",
"filehound": "^1.17.4",
"fluent-ffmpeg": "^2.1.2",
"log": "^6.3.1",
"log-node": "^8.0.3",
"lowdb": "^3.0.0",
"md5": "^2.2.1",
"pretty-error": "^4.0.0",
"rimraf": "^3.0.2",
"utimes": "^5.1.1",
"xxhash": "^0.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"reset:db": "rimraf db.json"
},
"author": "kepikoi <kepi@binks.rocks>",
"license": "ISC"
}