h264-to-h265/package.json

16 lines
284 B
JSON
Raw Permalink Normal View History

2022-11-06 19:48:32 +08:00
{
"name": "ffmpeg-video",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2022-11-10 17:58:57 +08:00
"fs-extra": "^10.1.0",
"shelljs": "^0.8.5"
2022-11-06 19:48:32 +08:00
}
}