2017-10-25 21:12:38 +02:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2020-11-14 13:19:25 +01:00
|
|
|
"bitcoin": "^3.0.1",
|
2020-11-14 12:49:55 +01:00
|
|
|
"chrono-node": "^2.1.9",
|
|
|
|
"config": "^3.3.2",
|
|
|
|
"discord.js": "^12.4.1",
|
|
|
|
"jsonpath": "^1.0.2",
|
|
|
|
"moment": "^2.29.1",
|
|
|
|
"needle": "^2.5.2",
|
2017-10-25 21:12:38 +02:00
|
|
|
"node-config": "^0.0.2",
|
2020-11-14 12:49:55 +01:00
|
|
|
"numeral": "^2.0.6"
|
2017-10-25 21:12:38 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-02-22 01:08:26 +01:00
|
|
|
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
|
2020-11-14 12:49:55 +01:00
|
|
|
"build": "tsc",
|
|
|
|
"start": "tsc && node dist/bot.js",
|
2018-02-22 01:08:26 +01:00
|
|
|
"lint": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
|
|
|
|
"precommit": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240"
|
2017-10-25 21:12:38 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-14 12:49:55 +01:00
|
|
|
"@types/config": "^0.0.36",
|
|
|
|
"@types/node": "^14.14.7",
|
|
|
|
"prettier": "^2.1.2",
|
|
|
|
"typescript": "latest"
|
2017-10-25 21:12:38 +02:00
|
|
|
},
|
2017-11-23 01:33:04 +01:00
|
|
|
"name": "lbry-tipbot",
|
2020-11-14 12:49:55 +01:00
|
|
|
"version": "0.0.5",
|
2017-11-23 01:33:04 +01:00
|
|
|
"description": "LBRYs tipbot for Discord",
|
2020-11-14 12:49:55 +01:00
|
|
|
"main": "dist/bot.js",
|
2017-11-23 01:33:04 +01:00
|
|
|
"repository": "https://github.com/lbryio/lbry-tipbot",
|
2019-03-27 15:58:09 +01:00
|
|
|
"author": "filipnyquist <filip@lbry.com>",
|
2017-10-25 21:12:38 +02:00
|
|
|
"license": "MIT"
|
|
|
|
}
|