make erlpack optional

This commit is contained in:
Daniel Bulant 2021-05-16 12:21:10 +02:00
parent 3d5ec92e30
commit 7444b4467a

View file

@ -7,7 +7,6 @@
"cleverbot-node": "^0.3.11",
"discord.js": "^12.5.2",
"discord.js-commando": "^0.12.3",
"erlpack": "github:discord/erlpack",
"fs-extra": "^9.1.0",
"lodash": "^4.17.21",
"mongodb": "^3.6.6",
@ -17,5 +16,8 @@
"sqlite3": "^5.0.2",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.7"
},
"optionalDependencies": {
"erlpack": "github:discord/erlpack"
}
}