mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-31 01:11:32 +00:00
upgrade packages
This commit is contained in:
parent
a9c1d7f357
commit
03c0c036c7
2 changed files with 1965 additions and 390 deletions
2333
package-lock.json
generated
2333
package-lock.json
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -5,16 +5,16 @@
|
|||
"babel-preset-node8": "^1.2.0",
|
||||
"bitcoin": "^3.0.1",
|
||||
"chrono-node": "^1.3.5",
|
||||
"config": "^1.30.0",
|
||||
"discord-irc": "^2.6.1",
|
||||
"config": "^2.0.1",
|
||||
"discord-irc": "^2.6.2",
|
||||
"discord.js": "^11.3.2",
|
||||
"embed-creator": "^1.2.3",
|
||||
"file-exists": "^5.0.1",
|
||||
"jsonfile": "^4.0.0",
|
||||
"jsonfile": "^5.0.0",
|
||||
"jsonpath": "^1.0.0",
|
||||
"moment": "^2.21.0",
|
||||
"mongoose": "^4.13.12",
|
||||
"needle": "^2.0.1",
|
||||
"mongoose": "^4.13.17",
|
||||
"needle": "^2.2.4",
|
||||
"node-config": "^0.0.2",
|
||||
"numeral": "^2.0.6",
|
||||
"request": "^2.85.0",
|
||||
|
@ -27,12 +27,11 @@
|
|||
"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",
|
||||
"test": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240 --list-different && npm audit && npm i"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^0.14.3",
|
||||
"prettier": "1.8.1"
|
||||
"husky": "^1.1.4",
|
||||
"prettier": "^1.15.2"
|
||||
},
|
||||
"name": "wunderbot-discord",
|
||||
"version": "1.0.0",
|
||||
|
@ -40,5 +39,10 @@
|
|||
"main": "bot/bot.js",
|
||||
"repository": "https://github.com/lbryio/lbry-wunderbot",
|
||||
"author": "filipnyquist <filip@lbry.io>",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "prettier --write \"{bot,.}/**/*.{js,json}\" --single-quote --print-width 240"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue