@devgrid/messagepack
Version:
Extandable MessagePack serializer
59 lines • 1.38 kB
JSON
{
"name": "@devgrid/messagepack",
"version": "0.3.2",
"description": "Extandable MessagePack serializer",
"author": "LuxQuant",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p ./tsconfig.build.json && tsc -p ./tsconfig.esm.json",
"test": "jest"
},
"dependencies": {
"@devgrid/common": "0.4.2",
"@devgrid/smartbuffer": "0.2.2",
"es-toolkit": "^1.33.0",
"long": "^5.3.1",
"type-detect": "^4.1.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.13",
"jest": "^29.7.0",
"ts-jest": "^29.3.0",
"typescript": "^5.8.2"
},
"keywords": [
"messagepack",
"msgpack",
"serialization",
"binary",
"protocol",
"typescript",
"encoding",
"decoding",
"buffer",
"stream",
"browser",
"node",
"performance",
"data-format",
"binary-protocol",
"cross-platform"
],
"repository": {
"type": "git",
"url": "git+https://github.com/d-e-v-grid/dg-monorepo.git",
"directory": "packages/messagepack"
},
"bugs": {
"url": "https://github.com/d-e-v-grid/dg-monorepo/issues"
},
"homepage": "https://github.com/d-e-v-grid/dg-monorepo/tree/main/packages/messagepack#readme"
}