mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"dependencies": {
|
|
"app-root-path": "^2.2.1",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-preset-node8": "^1.2.0",
|
|
"bitcoin": "^3.0.1",
|
|
"braces": "^2.3.1",
|
|
"chrono-node": "^1.3.11",
|
|
"config": "^3.1.0",
|
|
"discord-irc": "^2.7.2",
|
|
"discord.js": "^11.5.1",
|
|
"file-exists": "^5.0.1",
|
|
"jsonfile": "^5.0.0",
|
|
"jsonpath": "^1.0.1",
|
|
"moment": "^2.24.0",
|
|
"mongoose": "^5.7.1",
|
|
"needle": "^2.4.0",
|
|
"numeral": "^2.0.6",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.4",
|
|
"sleep": "^6.1.0",
|
|
"wget": "^0.0.1",
|
|
"mongodb": "latest"
|
|
},
|
|
"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",
|
|
"test": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240 --list-different && npm audit && npm i"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^3.0.7",
|
|
"prettier": "^1.18.2"
|
|
},
|
|
"name": "wunderbot-discord",
|
|
"version": "1.0.5",
|
|
"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"
|
|
}
|
|
}
|
|
}
|