Files
YouTube.js/package.json
2021-09-30 19:18:05 -03:00

15 lines
340 B
JSON

{
"name": "youtube-js",
"version": "1.0.0",
"description": "Basically YouTube, well kind of, but in JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "LuanRT",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"user-agents": "^1.0.778"
}
}