mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-09-21 02:19:44 +00:00
Bumps [redis](https://github.com/redis/node-redis) from 3.1.2 to 4.1.1. - [Release notes](https://github.com/redis/node-redis/releases) - [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/node-redis/compare/v3.1.2...redis@4.1.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
826 B
JSON
34 lines
826 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": {
|
|
"abort-controller": "^3.0.0",
|
|
"cat-loggr": "^1.2.2",
|
|
"config": "^3.3.7",
|
|
"eris": "^0.17.0",
|
|
"eventemitter3": "^4.0.7",
|
|
"fuzzy": "^0.1.3",
|
|
"moment": "^2.29.3",
|
|
"node-fetch": "2",
|
|
"redis": "4",
|
|
"require-reload": "^0.2.2",
|
|
"sequelize": "^6.21.1",
|
|
"sqlite3": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.18.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LBRYFoundation/curate.git"
|
|
},
|
|
"author": "LBRY Curate Dev Team <curate@lbry.org>",
|
|
"license": "MIT"
|
|
}
|