Scans all videos via internal byse.sx API, identifies videos with 0 views older than 3 months, and allows batch deletion. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
175 B
JSON
12 lines
175 B
JSON
{
|
|
"name": "byse-video-manager",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.7"
|
|
}
|
|
}
|