diff options
| author | Alejandro W. Sior <aho@sior.be> | 2024-01-24 23:58:45 +0100 |
|---|---|---|
| committer | Alejandro W. Sior <aho@sior.be> | 2024-01-24 23:58:45 +0100 |
| commit | 4eaca0632036c77fc0df7ebe84e530c62a349091 (patch) | |
| tree | e071c484377f0fa6d38b6650668407509bbba74d /package.json | |
| parent | a6fa7d3ff52fe01dcf2e448e3e3c452cfd9044ac (diff) | |
add server command
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index a0a5f7a..c256a38 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,9 @@ "dbot-regex-handler": "^1.0.0", "eris": "github:abalabahaha/eris#dev", "eris-lavalink": "^1.0.2", - "sequelize": "^5.21.6", - "sqlite3": "^4.1.1", + "node-mcstatus": "^1.1.0", + "sequelize": "^6.35.2", + "sqlite3": "^5.1.7-rc.0", "superagent": "^5.2.2", "toml": "^3.0.0", "winston": "^3.2.1" |
