curate/package.json
dependabot[bot] 30843384d4
chore(deps): bump node-fetch from 3.2.0 to 3.2.2
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.0...v3.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 21:02:22 +00:00

34 lines
836 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.16.1",
"eventemitter3": "^4.0.7",
"fuzzy": "^0.1.3",
"moment": "^2.29.1",
"node-fetch": "^3.2.2",
"redis": "^3.1.2",
"require-reload": "^0.2.2",
"sequelize": "^6.17.0",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"eslint": "^8.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LBRYFoundation/curate.git"
},
"author": "LBRY Curate Dev Team <curate@lbry.org>",
"license": "MIT"
}