Add kindle provider

This commit is contained in:
Arran Hobson Sayers 2023-10-04 15:09:18 +01:00
parent 565ff36d4e
commit fe1edd24bc
5 changed files with 767 additions and 8 deletions

View file

@ -34,14 +34,16 @@
"express": "^4.17.1",
"graceful-fs": "^4.2.10",
"htmlparser2": "^8.0.1",
"jsdom": "^22.1.0",
"node-tone": "^1.0.1",
"nodemailer": "^6.9.2",
"sequelize": "^6.32.1",
"socket.io": "^4.5.4",
"sqlite3": "^5.1.6",
"xml2js": "^0.5.0"
"xml2js": "^0.5.0",
"xpath": "^0.0.33"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}
}