curate/package.json
dependabot[bot] a8e9bf2dc5
chore(deps): bump sqlite3 from 5.1.4 to 5.1.6
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.4 to 5.1.6.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 14:46:26 +00: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.0",
"fuzzy": "^0.1.3",
"ioredis": "^5.3.1",
"just-clone": "^6.2.0",
"moment": "^2.29.4",
"require-reload": "^0.2.2",
"sequelize": "^6.29.3",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"eslint": "^8.35.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LBRYFoundation/curate.git"
},
"author": "LBRY Curate Dev Team <curate@lbry.org>",
"license": "MIT"
}