mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
* chore(docs): Update auth documentation and examples * chore(docs): Minor rewording * chore(docs): Fix library version in the OAuth2 example
21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"name": "yt-oauth-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"google-auth-library": "^9.4.1",
|
|
"youtubei.js": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21"
|
|
}
|
|
}
|