1
Fork 0
poke/package.json

39 lines
838 B
JSON
Raw Normal View History

2021-07-07 08:35:02 -04:00
{
2022-02-10 10:43:47 -05:00
"name": "poketube",
2022-07-10 15:32:24 -04:00
"version": "20.22",
2021-07-07 08:35:02 -04:00
"description": "Youtube video player that does not track your info",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
2022-05-20 12:21:45 -04:00
"express": "^4.17.3",
2021-07-07 08:35:02 -04:00
"ejs": "^3.1.6",
"path": "^0.12.7",
2022-05-20 12:21:45 -04:00
"html-to-text": "^8.1.0",
2022-03-06 11:16:18 -05:00
"encoding": "^0.1.13",
2022-05-20 12:21:45 -04:00
"node-fetch": "^2.6.7",
2022-03-06 08:53:15 -05:00
"xml-js": "^1.6.11",
"request": "^2.88.2",
"xml2json": "^0.12.0",
2022-05-20 12:21:45 -04:00
"fast-xml-parser": "^4.0.5",
"moment": "^2.29.1",
"ytdl-core": "^4.11.0",
"node-html-parser": "^5.3.3",
2022-07-26 02:45:02 -04:00
"get-image-colors": "^4.0.1",
"express-useragent": "^1.0.15"
2021-07-07 08:35:02 -04:00
},
"engines": {
2022-03-06 08:53:15 -05:00
"node": "16.x"
2021-07-07 08:35:02 -04:00
},
"repository": {
"url": "https://github.com/ashpotter/poketube"
},
2022-02-10 10:43:47 -05:00
"license": "GPL-3.0",
2021-07-07 08:35:02 -04:00
"keywords": [
"poketube",
"privite",
"ytdl"
]
}