node-minecraft-pinger
node-minecraft-pinger copied to clipboard
Remove dependecy on `node-int64`
Since 10.4.0, NodeJS has supported the BigInt
object natively. Utilizing it allows minecraft-pinger to drop its node-int64
dependency (which has been depreciated for more than 2 years), reducing the library's external dependencies to just varint
.