video-pipeline/package.json

17 lines
419 B
JSON

{
"name": "video-pipeline",
"version": "1.0.0",
"description": "Re-implementation / Wrapper of many sequential scripts I use to batch-edit videos for storage & playback.",
"repository": {
"type": "git",
"url": "https://git.chloeherd.codes/walcutt/video-pipeline.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"pipeline": "node index.js"
}
}