mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-29 23:00:42 +00:00
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.0.5 to 6.4.6. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/6.0.5...6.4.6) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"dependencies": {
|
|
"app-root-path": "^3.0.0",
|
|
"braces": "^3.0.2",
|
|
"chrono-node": "^2.3.1",
|
|
"config": "^3.3.6",
|
|
"discord.js": "^13.1.0",
|
|
"file-exists": "^5.0.1",
|
|
"jsonfile": "^6.1.0",
|
|
"jsonpath": "^1.1.1",
|
|
"moment": "^2.29.1",
|
|
"mongodb": "^4.1.1",
|
|
"mongoose": "^6.4.6",
|
|
"needle": "^3.0.0",
|
|
"numeral": "^2.0.6",
|
|
"request": "^2.88.2",
|
|
"request-promise": "^4.2.6",
|
|
"sleep": "^6.3.0",
|
|
"wget": "^0.0.1"
|
|
},
|
|
"scripts": {
|
|
"prettier": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
|
|
"lint": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240",
|
|
"test": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240 --list-different && npm audit && npm i"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^4.2.5",
|
|
"prettier": "^1.19.1"
|
|
},
|
|
"name": "wunderbot-discord",
|
|
"version": "1.0.7",
|
|
"description": "LBRY bot for Discord",
|
|
"main": "bot/bot.js",
|
|
"repository": "https://github.com/lbryio/lbry-wunderbot",
|
|
"author": "filipnyquist <filip@lbry.com>",
|
|
"license": "MIT",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240"
|
|
}
|
|
}
|
|
}
|