3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

Add some optional packages for Eris

This commit is contained in:
Dragory 2020-07-30 23:23:35 +03:00
parent a65e02448c
commit 64b484511c
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 46 additions and 1 deletions

View file

@ -24,12 +24,14 @@
"dependencies": {
"@types/sharp": "^0.23.1",
"@types/twemoji": "^12.1.0",
"bufferutil": "^4.0.1",
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"deep-diff": "^1.0.2",
"dotenv": "^4.0.0",
"emoji-regex": "^8.0.0",
"eris": "^0.13.3",
"erlpack": "github:abalabahaha/erlpack",
"escape-string-regexp": "^1.0.5",
"express": "^4.17.0",
"fp-ts": "^2.0.1",
@ -60,7 +62,8 @@
"tsconfig-paths": "^3.9.0",
"twemoji": "^12.1.4",
"typeorm": "^0.2.14",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/cors": "^2.8.5",