mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add xml parser,make node 16
This commit is contained in:
parent
4ebd4cc4dc
commit
444757963b
10
package.json
10
package.json
@ -7,15 +7,19 @@
|
|||||||
"start": "node server.js"
|
"start": "node server.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"youtube-search": "^1.1.6",
|
"youtube-search": "^1.1.6",
|
||||||
"ejs": "^3.1.6",
|
"ejs": "^3.1.6",
|
||||||
"path": "^0.12.7",
|
"path": "^0.12.7",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"lyrics-finder": "^21.7.0"
|
"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": {
|
"engines": {
|
||||||
"node": "12.x"
|
"node": "16.x"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/ashpotter/poketube"
|
"url": "https://github.com/ashpotter/poketube"
|
||||||
|
Loading…
Reference in New Issue
Block a user