mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:58:28 +01:00
47 lines
No EOL
1 KiB
JSON
47 lines
No EOL
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.0.13",
|
|
"moment": "^2.29.4",
|
|
"node-html-parser": "^6.1.4",
|
|
"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": "^2.3.3",
|
|
"uglify-js": "^3.17.4",
|
|
"ping": "^0.4.4",
|
|
"undici": "^5.24.0",
|
|
"express-rate-limit": "^6.9.0",
|
|
"toobusy-js": "^0.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/ashpotter/poketube"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"keywords": [
|
|
"poketube",
|
|
"privite",
|
|
"ytdl"
|
|
]
|
|
} |