mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 16:19:12 +02:00
optionalDependencies
This commit is contained in:
+5
-3
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "38.4.3",
|
"version": "38.4.4",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -36,15 +36,17 @@
|
|||||||
"custom-translate": "github:dragonfire535/custom-translate",
|
"custom-translate": "github:dragonfire535/custom-translate",
|
||||||
"discord.js": "github:hydrabolt/discord.js",
|
"discord.js": "github:hydrabolt/discord.js",
|
||||||
"discord.js-commando": "github:gawdl3y/discord.js-commando",
|
"discord.js-commando": "github:gawdl3y/discord.js-commando",
|
||||||
"erlpack": "github:hammerandchisel/erlpack",
|
|
||||||
"node-opus": "^0.2.7",
|
"node-opus": "^0.2.7",
|
||||||
"pg": "^6.4.2",
|
"pg": "^6.4.2",
|
||||||
"pg-hstore": "^2.3.2",
|
"pg-hstore": "^2.3.2",
|
||||||
"sequelize": "^4.8.3",
|
"sequelize": "^4.8.3",
|
||||||
"snekfetch": "^3.3.0",
|
"snekfetch": "^3.3.0",
|
||||||
"uws": "^8.14.1",
|
|
||||||
"zalgolize": "^1.2.4"
|
"zalgolize": "^1.2.4"
|
||||||
},
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"erlpack": "github:hammerandchisel/erlpack",
|
||||||
|
"uws": "^8.14.1"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^4.6.1",
|
"eslint": "^4.6.1",
|
||||||
"eslint-config-aqua": "^2.0.1"
|
"eslint-config-aqua": "^2.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user