curate/package.json
dependabot[bot] 1f7248c6ba
chore(deps): bump config from 3.3.1 to 3.3.2 (#17)
Bumps [config](https://github.com/lorenwest/node-config) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/lorenwest/node-config/releases)
- [Changelog](https://github.com/lorenwest/node-config/blob/master/History.md)
- [Commits](https://github.com/lorenwest/node-config/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-18 15:17:46 -05:00

34 lines
834 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.2",
"eris": "^0.13.3",
"eventemitter3": "^4.0.7",
"fuzzy": "^0.1.3",
"moment": "^2.28.0",
"node-fetch": "^2.6.1",
"redis": "^3.0.2",
"require-reload": "^0.2.2",
"sequelize": "^6.3.5",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"eslint": "^7.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LBRYFoundation/curate.git"
},
"author": "LBRY Curate Dev Team <curate@lbry.org>",
"license": "MIT"
}