mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
remove ytdl-core
This commit is contained in:
parent
f575f5b538
commit
5cd5489393
1 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
"start": "node server.js"
|
"start": "node server.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.17.3",
|
"express": "^4.17.3",
|
||||||
"ejs": "^3.1.6",
|
"ejs": "^3.1.6",
|
||||||
"path": "^0.12.7",
|
"path": "^0.12.7",
|
||||||
"html-to-text": "^8.1.0",
|
"html-to-text": "^8.1.0",
|
||||||
|
@ -18,12 +18,11 @@
|
||||||
"xml2json": "^0.12.0",
|
"xml2json": "^0.12.0",
|
||||||
"fast-xml-parser": "^4.0.5",
|
"fast-xml-parser": "^4.0.5",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"ytdl-core": "^4.11.0",
|
|
||||||
"node-html-parser": "^5.3.3",
|
"node-html-parser": "^5.3.3",
|
||||||
"get-image-colors": "^4.0.1",
|
"get-image-colors": "^4.0.1",
|
||||||
"express-useragent": "^1.0.15",
|
"express-useragent": "^1.0.15",
|
||||||
"js-sha512":"0.8.0",
|
"js-sha512": "0.8.0",
|
||||||
"music-info": "^1.2.1"
|
"music-info": "^1.2.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.x"
|
"node": "16.x"
|
||||||
|
|
Loading…
Reference in a new issue