You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
270 B
16 lines
270 B
1 year ago
|
{
|
||
|
"name": "invidious-api-wrapper",
|
||
|
"version": "0.1.0",
|
||
|
"main": "index.js",
|
||
|
"author": "KaKi87 <KaKi87@pm.me>",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"axios": "^0.22.0",
|
||
|
"user-agents": "^1.0.791"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"invidious",
|
||
|
"youtube"
|
||
|
]
|
||
|
}
|