Updated package and added ytpplus-node
This commit is contained in:
parent
4b7199ac2b
commit
584104526f
1 changed files with 9 additions and 8 deletions
17
package.json
17
package.json
|
@ -15,24 +15,25 @@
|
||||||
"discord.js": "github:discordjs/discord.js#master",
|
"discord.js": "github:discordjs/discord.js#master",
|
||||||
"fpcalc": "^1.3.0",
|
"fpcalc": "^1.3.0",
|
||||||
"gm": "^1.23.1",
|
"gm": "^1.23.1",
|
||||||
"grpc": "^1.22.2",
|
"grpc": "^1.24.1",
|
||||||
"handbrake-js": "^3.0.8",
|
"handbrake-js": "^3.0.8",
|
||||||
"html-to-text": "^5.1.1",
|
"html-to-text": "^5.1.1",
|
||||||
"img-diff-js": "^0.4.1",
|
"img-diff-js": "^0.4.1",
|
||||||
"jimp": "^0.8.4",
|
"jimp": "^0.8.5",
|
||||||
"meta-extractor": "^1.5.2",
|
"meta-extractor": "^1.5.2",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"mysql2": "^1.6.5",
|
"mysql2": "^1.7.0",
|
||||||
"node-fetch": "^2.6.0",
|
"node-fetch": "^2.6.0",
|
||||||
"node-opus": "^0.3.1",
|
"node-opus": "^0.3.3",
|
||||||
"reload-json": "^0.3.1",
|
"reload-json": "^0.3.1",
|
||||||
"removd": "^1.1.1",
|
"removd": "^1.1.1",
|
||||||
"sequelize": "^5.19.0",
|
"sequelize": "^5.21.1",
|
||||||
"sqlite3": "^4.0.9",
|
"sqlite3": "^4.1.0",
|
||||||
"superagent": "^4.1.0",
|
"superagent": "^4.1.0",
|
||||||
"twitter-lite": "^0.9.4",
|
"twitter-lite": "^0.9.4",
|
||||||
"youtube-dl": "^1.13.1",
|
"youtube-dl": "^1.13.1",
|
||||||
"ytdl-core": "^0.29.5"
|
"ytdl-core": "^0.29.7",
|
||||||
|
"ytpplus-node": "^1.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^5.16.0",
|
"eslint": "^5.16.0",
|
||||||
|
@ -40,7 +41,7 @@
|
||||||
"eslint-plugin-import": "^2.18.2",
|
"eslint-plugin-import": "^2.18.2",
|
||||||
"eslint-plugin-node": "^8.0.1",
|
"eslint-plugin-node": "^8.0.1",
|
||||||
"eslint-plugin-promise": "^4.2.1",
|
"eslint-plugin-promise": "^4.2.1",
|
||||||
"eslint-plugin-standard": "^4.0.0"
|
"eslint-plugin-standard": "^4.0.1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue