find-deleted-videos/package.json
2022-09-04 07:27:28 -04:00

20 lines
390 B
JSON

{
"name": "find-deleted-videos",
"version": "1.0.0",
"description": "Find deleted/privated videos in your backed-up YouTube catalog.",
"main": "cli.js",
"scripts": {
"test": "node ./test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"minimist": "^1.2.6",
"ytdl-core": "^4.11.2"
},
"bin": {
"deleted-videos": "cli.js"
}
}