fc6178de6b
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.0 to 5.7.5. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.5.0...5.7.5) Signed-off-by: dependabot[bot] <support@github.com>
34 lines
1 KiB
JSON
34 lines
1 KiB
JSON
{
|
|
"dependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-node8": "^1.2.0",
|
|
"bitcoin": "^3.0.1",
|
|
"chrono-node": "^1.3.11",
|
|
"config": "^3.1.0",
|
|
"discord.js": "^11.4.2",
|
|
"embed-creator": "^1.2.4",
|
|
"jsonpath": "^1.0.1",
|
|
"moment": "^2.24.0",
|
|
"mongoose": "^5.7.5",
|
|
"node-config": "^0.0.2",
|
|
"numeral": "^2.0.6",
|
|
"request": "^2.88.0"
|
|
},
|
|
"scripts": {
|
|
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
|
|
"build": "babel bot -d dist",
|
|
"prod": "babel bot -d dist & node dist/bot.js",
|
|
"lint": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
|
|
"precommit": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.16.4"
|
|
},
|
|
"name": "lbry-tipbot",
|
|
"version": "0.0.4",
|
|
"description": "LBRYs tipbot for Discord",
|
|
"main": "app.js",
|
|
"repository": "https://github.com/lbryio/lbry-tipbot",
|
|
"author": "filipnyquist <filip@lbry.com>",
|
|
"license": "MIT"
|
|
}
|