Files
googlevideo/examples/downloader/package.json
2025-07-22 15:02:10 -03:00

30 lines
661 B
JSON

{
"name": "downloader",
"version": "1.0.0",
"description": "",
"type": "module",
"module": "main.js",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bgutils-js": "^3.1.0",
"cli-progress": "^3.12.0",
"fluent-ffmpeg": "^2.1.3",
"googlevideo": "file:../..",
"jsdom": "^25.0.1",
"shaka-player": "^4.11.2",
"youtubei.js": "^15.0.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/fluent-ffmpeg": "^2.1.26",
"@types/jsdom": "^21.1.7",
"typescript": "^5.6.2"
}
}