curate/package.json
dependabot[bot] ac2472dce4
chore(deps): bump eris from 0.16.0 to 0.16.1 (#77)
Bumps [eris](https://github.com/abalabahaha/eris) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/abalabahaha/eris/releases)
- [Commits](https://github.com/abalabahaha/eris/compare/0.16.0...0.16.1)

---
updated-dependencies:
- dependency-name: eris
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 21:25:08 -06:00

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.2.2",
"config": "^3.3.6",
"eris": "^0.16.1",
"eventemitter3": "^4.0.7",
"fuzzy": "^0.1.3",
"moment": "^2.29.1",
"node-fetch": "^3.1.0",
"redis": "^3.1.2",
"require-reload": "^0.2.2",
"sequelize": "^6.11.0",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"eslint": "^8.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LBRYFoundation/curate.git"
},
"author": "LBRY Curate Dev Team <curate@lbry.org>",
"license": "MIT"
}