Files
googlevideo/examples/onesie-request/package.json
2025-10-12 17:55:33 -03:00

19 lines
357 B
JSON

{
"type": "module",
"name": "onesie-request",
"version": "1.0.0",
"description": "",
"main": "main.js",
"module": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"googlevideo": "file:../..",
"youtubei.js": "^16.0.0"
}
}