elysia-msgpack
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "elysia-msgpack", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "The library for elysia which allows you to work with MessagePack. To pack/unpack it, we use really fast msgpackr", | ||
"homepage": "https://github.com/kravetsone/elysia-msgpack", | ||
"module": "src/index.js", | ||
"type": "module", | ||
"main": "src/index.js", | ||
"keywords": [ | ||
"elysia", | ||
"bun", | ||
"msgpack", | ||
"messagepack", | ||
"perfomance", | ||
"serialize", | ||
"deserialize", | ||
"encode", | ||
"decode", | ||
"pack", | ||
"unpack", | ||
"json", | ||
"binary" | ||
], | ||
"scripts": { | ||
@@ -8,0 +23,0 @@ "prepublishOnly": "tsc", |
# elysia-msgpack | ||
A library for [elysia](elysia) which allows you to work with [MessagePack](https://msgpack.org). To pack/unpack it, we use really fast [msgpackr](https://github.com/kriszyp/msgpackr) | ||
The library for [elysia](elysia) which allows you to work with [MessagePack](https://msgpack.org). To pack/unpack it, we use really fast [msgpackr](https://github.com/kriszyp/msgpackr) | ||
@@ -8,3 +8,3 @@ ## Installation | ||
```bash | ||
bun i elysia-msgpack | ||
bun install elysia-msgpack | ||
``` | ||
@@ -11,0 +11,0 @@ |
3868
No