1
Fork 0

add xml parser,make node 16

This commit is contained in:
Ashley 2022-03-06 16:53:15 +03:00 committed by GitHub
parent 4ebd4cc4dc
commit 444757963b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,15 +7,19 @@
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"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"
"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": "12.x"
"node": "16.x"
},
"repository": {
"url": "https://github.com/ashpotter/poketube"