curate/package.json
dependabot[bot] 1eeeacb941
chore(deps): bump sequelize from 6.25.4 to 6.25.5 (#169)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 15:45:43 -06:00

34 lines
838 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.8",
"eventemitter3": "^4.0.7",
"fuzzy": "^0.1.3",
"ioredis": "^5.2.4",
"moment": "^2.29.4",
"node-fetch": "2",
"oceanic.js": "^1.3.0",
"require-reload": "^0.2.2",
"sequelize": "^6.25.5",
"sqlite3": "^5.1.2"
},
"devDependencies": {
"eslint": "^8.27.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LBRYFoundation/curate.git"
},
"author": "LBRY Curate Dev Team <curate@lbry.org>",
"license": "MIT"
}