Files
send2ereader/package.json
dependabot[bot] 711f755632 Bump koa from 2.15.3 to 2.16.1
Bumps [koa](https://github.com/koajs/koa) from 2.15.3 to 2.16.1.
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](https://github.com/koajs/koa/compare/2.15.3...v2.16.1)

---
updated-dependencies:
- dependency-name: koa
  dependency-version: 2.16.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-09 13:14:50 +00:00

27 lines
631 B
JSON

{
"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.16.1",
"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"
}
}