curate/package.json
dependabot[bot] 7d99459018
chore(deps): bump ioredis from 5.3.2 to 5.4.1
Bumps [ioredis](https://github.com/luin/ioredis) from 5.3.2 to 5.4.1.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luin/ioredis/compare/v5.3.2...v5.4.1)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 21:40:06 +00:00

33 lines
890 B
JSON

{
"name": "lbry-curate",
"version": "0.1.1",
"description": "Support the LBRY Community through Discord!",
"main": "src/bot.js",
"scripts": {
"start": "node src/bot.js",
"eslint": "eslint ./src",
"eslint:fix": "eslint ./src --fix"
},
"dependencies": {
"@projectdysnomia/dysnomia": "github:projectdysnomia/dysnomia#0df1369a822dba8851c667b22d5bac34f4e849e6",
"cat-loggr": "^1.2.2",
"config": "^3.3.9",
"eventemitter3": "^5.0.1",
"fuzzy": "^0.1.3",
"ioredis": "^5.4.1",
"just-clone": "^6.2.0",
"moment": "^2.30.1",
"require-reload": "^0.2.2",
"sequelize": "^6.35.2",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"eslint": "^8.56.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LBRYFoundation/curate.git"
},
"author": "LBRY Curate Dev Team <curate@lbry.org>",
"license": "MIT"
}