1
Fork 0

remove ytdl-core

This commit is contained in:
Ashley 2022-08-21 15:27:35 +02:00
parent f575f5b538
commit 5cd5489393

View file

@ -7,7 +7,7 @@
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.3",
"express": "^4.17.3",
"ejs": "^3.1.6",
"path": "^0.12.7",
"html-to-text": "^8.1.0",
@ -18,12 +18,11 @@
"xml2json": "^0.12.0",
"fast-xml-parser": "^4.0.5",
"moment": "^2.29.1",
"ytdl-core": "^4.11.0",
"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"
"js-sha512": "0.8.0",
"music-info": "^1.2.1"
},
"engines": {
"node": "16.x"