16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"name": "ffmpeg-video",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs-extra": "^10.1.0",
|
|
"shelljs": "^0.8.5"
|
|
}
|
|
}
|