curate/package.json
dependabot[bot] 6a9f37f97d
chore(deps): bump sqlite3 from 5.0.5 to 5.0.6 (#120)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 16:05:29 -05: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.3",
"node-fetch": "^3.2.3",
"redis": "^3.1.2",
"require-reload": "^0.2.2",
"sequelize": "^6.19.0",
"sqlite3": "^5.0.6"
},
"devDependencies": {
"eslint": "^8.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LBRYFoundation/curate.git"
},
"author": "LBRY Curate Dev Team <curate@lbry.org>",
"license": "MIT"
}