poke/package.json

41 lines
891 B
JSON
Raw Normal View History

2021-07-07 14:35:02 +02:00
{
2022-02-10 16:43:47 +01:00
"name": "poketube",
2023-01-11 17:39:01 +01:00
"version": "20.23",
2022-08-03 23:52:31 +02:00
"description": "Libre youtube front-end",
2021-07-07 14:35:02 +02:00
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
2022-11-16 11:32:24 +01:00
"express": "^4.18.2",
"ejs": "^3.1.8",
2021-07-07 14:35:02 +02:00
"path": "^0.12.7",
2023-01-20 21:50:57 +01:00
"html-to-text": "^8.2.1",
2022-03-06 17:16:18 +01:00
"encoding": "^0.1.13",
2022-05-20 18:21:45 +02:00
"node-fetch": "^2.6.7",
2022-03-06 14:53:15 +01:00
"xml-js": "^1.6.11",
"request": "^2.88.2",
"xml2json": "^0.12.0",
2023-01-11 17:39:01 +01:00
"fast-xml-parser": "^4.0.13",
2022-11-16 11:32:24 +01:00
"moment": "^2.29.4",
"node-html-parser": "^6.1.4",
2022-07-26 08:45:02 +02:00
"get-image-colors": "^4.0.1",
2022-08-03 23:52:31 +02:00
"express-useragent": "^1.0.15",
2022-08-21 15:27:35 +02:00
"js-sha512": "0.8.0",
2022-09-17 18:22:01 +02:00
"music-info": "^1.2.1",
2023-03-11 15:32:12 +01:00
"wikipedia": "^2.0.0",
"clean-css": "^5.3.2"
2021-07-07 14:35:02 +02:00
},
"engines": {
2022-03-06 14:53:15 +01:00
"node": "16.x"
2021-07-07 14:35:02 +02:00
},
"repository": {
"url": "https://github.com/ashpotter/poketube"
},
2022-02-10 16:43:47 +01:00
"license": "GPL-3.0",
2021-07-07 14:35:02 +02:00
"keywords": [
"poketube",
"privite",
"ytdl"
]
2022-11-16 11:32:24 +01:00
}