mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Bumps [eslint](https://github.com/eslint/eslint) from 7.27.0 to 7.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.27.0...v7.28.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
835 B
JSON
34 lines
835 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.1.0",
|
|
"config": "^3.3.6",
|
|
"eris": "^0.15.1",
|
|
"eventemitter3": "^4.0.7",
|
|
"fuzzy": "^0.1.3",
|
|
"moment": "^2.29.1",
|
|
"node-fetch": "^2.6.1",
|
|
"redis": "^3.1.2",
|
|
"require-reload": "^0.2.2",
|
|
"sequelize": "^6.6.2",
|
|
"sqlite3": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.28.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LBRYFoundation/curate.git"
|
|
},
|
|
"author": "LBRY Curate Dev Team <curate@lbry.org>",
|
|
"license": "MIT"
|
|
}
|