mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
change packages n stuff
This commit is contained in:
parent
e6789c76a6
commit
2900a0ad89
1 changed files with 8 additions and 5 deletions
13
package.json
13
package.json
|
@ -7,17 +7,20 @@
|
||||||
"start": "node server.js"
|
"start": "node server.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.3",
|
||||||
"ejs": "^3.1.6",
|
"ejs": "^3.1.6",
|
||||||
"path": "^0.12.7",
|
"path": "^0.12.7",
|
||||||
"html-to-text": "^5.1.1",
|
"html-to-text": "^8.1.0",
|
||||||
"encoding": "^0.1.13",
|
"encoding": "^0.1.13",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.7",
|
||||||
"xml-js": "^1.6.11",
|
"xml-js": "^1.6.11",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"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",
|
||||||
|
"get-image-colors": "^4.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.x"
|
"node": "16.x"
|
||||||
|
|
Loading…
Reference in a new issue