YTmigrateWL/package.json
2025-09-15 13:04:47 +05:30

26 lines
593 B
JSON

{
"author": "",
"dependencies": {
"csv-parser": "^3.2.0",
"dotenv": "^17.2.2",
"youtubei.js": "^15.1.1"
},
"description": "A tool to export and manage your YouTube 'Watch Later' playlist.",
"keywords": [
"youtube",
"playlist",
"watch-later",
"migrate",
"export"
],
"license": "ISC",
"main": "src/js/index.js",
"name": "ytmigratewl",
"scripts": {
"fetch-videos": "python3 main.py",
"migrate-videos": "node src/js/index.js",
"start": "npm run fetch-videos && npm run migrate-videos"
},
"type": "module",
"version": "0.1.0"
}