-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "invidious-stripped-down",
"version": "1.0.0",
"description": "Invidious api just for api dash manifest and latest_version",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --env-file .env index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unixfox/invidious-stripped-down.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/unixfox/invidious-stripped-down/issues"
},
"homepage": "https://github.com/unixfox/invidious-stripped-down#readme",
"dependencies": {
"@keyv/compress-brotli": "^1.1.6",
"@koa/router": "^12.0.1",
"keyv": "^4.5.4",
"koa": "^2.15.3",
"quick-lru": "^7.0.0",
"undici": "^6.19.4",
"youtubei.js": "github:unixfox/YouTube.js#web_creator_client"
}
}