curate/package.json
dependabot[bot] 2da8af5697
chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 (#225)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 23:24:22 -06:00

33 lines
890 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": {
"@projectdysnomia/dysnomia": "github:projectdysnomia/dysnomia#0df1369a822dba8851c667b22d5bac34f4e849e6",
"cat-loggr": "^1.2.2",
"config": "^3.3.9",
"eventemitter3": "^5.0.1",
"fuzzy": "^0.1.3",
"ioredis": "^5.3.2",
"just-clone": "^6.2.0",
"moment": "^2.29.4",
"require-reload": "^0.2.2",
"sequelize": "^6.33.0",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"eslint": "^8.53.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LBRYFoundation/curate.git"
},
"author": "LBRY Curate Dev Team <curate@lbry.org>",
"license": "MIT"
}