Files
torrentio/catalogs/package.json
dependabot[bot] c14836565d Bump moment from 2.29.1 to 2.29.2 in /catalogs (#50)
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-13 08:46:27 +02:00

26 lines
551 B
JSON

{
"name": "stremio-torrentio-catalogs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "16.x"
},
"author": "TheBeastLT <pauliox@beyond.lt>",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"bottleneck": "^2.19.5",
"cache-manager": "^3.4.4",
"cache-manager-mongodb": "^0.3.0",
"moment": "^2.29.2",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"request-ip": "^2.1.3",
"sequelize": "^4.43.0",
"stremio-addon-sdk": "^1.6.1"
}
}