cstruct-buffer
Version:
Binary serialization framework for C-style structs
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "cstruct-buffer",
"version": "1.0.5",
"description": "Binary serialization framework for C-style structs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://gitee.com/mini-tiger/cstruct-buffer",
"author": "Shuaihu",
"license": "MIT",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc",
"watch": "rm -rf dist && tsc -p tsconfig.watch.json --watch"
},
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^22.15.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"child_process": "^1.0.2",
"reflect-metadata": "^0.2.2"
},
"keywords": [
"c struct",
"binary",
"c-struct",
"binary-serialization",
"memory-layout",
"type-conversion",
"buffer-manipulation",
"alignment-packing",
"cross-platform",
"nodejs-native",
"typescript-library",
"binary-parsing"
]
}