mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
sha512 pog
This commit is contained in:
parent
44e50fcd0f
commit
801c4aa12f
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "poketube",
|
||||
"version": "20.22",
|
||||
"description": "Youtube video player that does not track your info",
|
||||
"description": "Libre youtube front-end",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
|
@ -21,7 +21,8 @@
|
|||
"ytdl-core": "^4.11.0",
|
||||
"node-html-parser": "^5.3.3",
|
||||
"get-image-colors": "^4.0.1",
|
||||
"express-useragent": "^1.0.15"
|
||||
"express-useragent": "^1.0.15",
|
||||
"js-sha512":"0.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
|
|
Loading…
Reference in a new issue