poke/package.json
2022-03-06 16:53:15 +03:00

33 lines
687 B
JSON

{
"name": "poketube",
"version": "0.0.1",
"description": "Youtube video player that does not track your info",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"youtube-search": "^1.1.6",
"ejs": "^3.1.6",
"path": "^0.12.7",
"node-fetch": "^2.6.1",
"lyrics-finder": "^21.7.0",
"xml-js": "^1.6.11",
"request": "^2.88.2",
"xml2json": "^0.12.0",
"fast-xml-parser": "^4.0.5"
},
"engines": {
"node": "16.x"
},
"repository": {
"url": "https://github.com/ashpotter/poketube"
},
"license": "GPL-3.0",
"keywords": [
"poketube",
"privite",
"ytdl"
]
}