@hulle107/libslm-binary
Version:
Low-level binary data manipulation library with typed primitives and bitwise operations in TypeScript.
43 lines (42 loc) • 995 B
JSON
{
"name": "@hulle107/libslm-binary",
"version": "1.0.7",
"homepage": "https://github.com/Hulle107/libslm-binary#readme",
"description": "Low-level binary data manipulation library with typed primitives and bitwise operations in TypeScript.",
"keywords": [
"binary",
"bitwise",
"low-level",
"binary-operations",
"typescript",
"bit-manipulation",
"bit",
"byte",
"nibble",
"word",
"dword",
"experimental",
"libslm"
],
"license": "MIT",
"author": "Delta Thiesen <delta.thiesen.1990@gmail.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hulle107/libslm-binary.git"
},
"bugs": {
"url": "https://github.com/Hulle107/libslm-binary/issues"
}
}