lbry-wunderbot/package.json
2021-04-05 10:58:42 -04:00

42 lines
1.2 KiB
JSON

{
"dependencies": {
"app-root-path": "^2.2.1",
"braces": "^3.0.2",
"chrono-node": "^1.4.6",
"config": "^3.3.1",
"discord.js": "^12.5.3",
"file-exists": "^5.0.1",
"jsonfile": "^5.0.0",
"jsonpath": "^1.0.1",
"moment": "^2.26.0",
"mongodb": "^3.5.8",
"mongoose": "^5.9.16",
"needle": "^2.5.0",
"numeral": "^2.0.6",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"sleep": "^6.2.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.6",
"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"
}
}
}