{ "name": "@stablelib/binary", "version": "2.0.1", "description": "Binary encoding and decoding", "main": "./lib/binary.js", "type": "module", "typings": "./lib/binary.d.ts", "author": "Dmitry Chestnykh", "license": "MIT", "repository": { "url": "https://github.com/StableLib/stablelib" }, "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/binary", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "vitest run" }, "dependencies": { "@stablelib/int": "^2.0.1" }, "gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502" }