@devgrid/messagepack
Version:
Extandable MessagePack serializer
59 lines • 1.37 kB
JSON
{
"name": "@devgrid/messagepack",
"version": "0.3.3",
"description": "Extandable MessagePack serializer",
"author": "DevGrid",
"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.3",
"@devgrid/smartbuffer": "0.2.3",
"es-toolkit": "^1.39.6",
"long": "^5.3.2",
"type-detect": "^4.1.0"
},
"devDependencies": {
"@jest/globals": "^30.0.4",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.10",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"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"
}