mirror of
https://github.com/LBRYFoundation/lbry-tipbot.git
synced 2025-08-23 16:57:24 +00:00
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
1,004 B
JSON
33 lines
1,004 B
JSON
{
|
|
"dependencies": {
|
|
"bitcoin": "^3.0.1",
|
|
"chrono-node": "^2.1.9",
|
|
"config": "^3.3.2",
|
|
"discord.js": "^12.4.1",
|
|
"jsonpath": "^1.0.2",
|
|
"moment": "^2.29.4",
|
|
"needle": "^2.5.2",
|
|
"node-config": "^0.0.2",
|
|
"numeral": "^2.0.6"
|
|
},
|
|
"scripts": {
|
|
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
|
|
"build": "tsc",
|
|
"start": "tsc && 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": {
|
|
"@types/config": "^0.0.36",
|
|
"@types/node": "^14.14.7",
|
|
"prettier": "^2.1.2",
|
|
"typescript": "latest"
|
|
},
|
|
"name": "lbry-tipbot",
|
|
"version": "0.0.5",
|
|
"description": "LBRYs tipbot for Discord",
|
|
"main": "dist/bot.js",
|
|
"repository": "https://github.com/lbryio/lbry-tipbot",
|
|
"author": "filipnyquist <filip@lbry.com>",
|
|
"license": "MIT"
|
|
}
|