mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 00:08:36 +01:00
49 lines
No EOL
1.1 KiB
JSON
49 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "poketube",
|
|
"version": "20.23",
|
|
"description": "Libre youtube front-end",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"ejs": "^3.1.9",
|
|
"path": "^0.12.7",
|
|
"html-to-text": "^8.2.1",
|
|
"encoding": "^0.1.13",
|
|
"node-fetch": "^2.7.0",
|
|
"xml-js": "^1.6.11",
|
|
"request": "^2.88.2",
|
|
"xml2json": "^0.12.0",
|
|
"fast-xml-parser": "^4.3.1",
|
|
"moment": "^2.29.4",
|
|
"node-html-parser": "^6.1.10",
|
|
"get-image-colors": "^4.0.1",
|
|
"express-useragent": "^1.0.15",
|
|
"js-sha512": "0.8.0",
|
|
"music-info": "^1.2.1",
|
|
"wikipedia": "^2.0.0",
|
|
"clean-css": "^5.3.2",
|
|
"node-libcurl": "^3.0.0",
|
|
"uglify-js": "^3.17.4",
|
|
"ping": "^0.4.4",
|
|
"undici": "^5.25.2",
|
|
"express-rate-limit": "^7.0.2",
|
|
"toobusy-js": "^0.5.1",
|
|
"quick.db": "^7.1.3",
|
|
"google-it": "^1.6.4"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://codeberg.org/Ashley/poketube"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"keywords": [
|
|
"poketube",
|
|
"privite",
|
|
"ytdl"
|
|
]
|
|
} |