{ "name": "send2ereader", "version": "1.0.0", "description": "Send ebooks to Kobo/Kindle ereaders easily", "main": "index.js", "scripts": { "start": "node index", "postinstall": "patch-package" }, "author": "djazz", "license": "MIT", "dependencies": { "@koa/multer": "^3.0.2", "@koa/router": "^13.1.0", "file-type": "^16.5.4", "koa": "^2.15.3", "koa-logger": "^3.2.1", "koa-sendfile": "^3.0.0", "koa-static": "^5.0.0", "mkdirp": "^3.0.1", "multer": "^1.4.5-lts.1", "patch-package": "^8.0.0", "sanitize-filename": "^1.6.3", "transliteration": "^2.3.5" } }