byse-video-manager/package.json
Administrator fd97a19cc1 feat: byse.sx video manager - scan & cleanup tool
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>
2026-03-17 05:53:42 +01:00

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"
}
}