poke/package.json
2022-08-21 15:27:35 +02:00

39 lines
838 B
JSON

{
"name": "poketube",
"version": "20.22",
"description": "Libre youtube front-end",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.3",
"ejs": "^3.1.6",
"path": "^0.12.7",
"html-to-text": "^8.1.0",
"encoding": "^0.1.13",
"node-fetch": "^2.6.7",
"xml-js": "^1.6.11",
"request": "^2.88.2",
"xml2json": "^0.12.0",
"fast-xml-parser": "^4.0.5",
"moment": "^2.29.1",
"node-html-parser": "^5.3.3",
"get-image-colors": "^4.0.1",
"express-useragent": "^1.0.15",
"js-sha512": "0.8.0",
"music-info": "^1.2.1"
},
"engines": {
"node": "16.x"
},
"repository": {
"url": "https://github.com/ashpotter/poketube"
},
"license": "GPL-3.0",
"keywords": [
"poketube",
"privite",
"ytdl"
]
}