{ "name": "binary-util", "description": "A utility library for working with binary data.", "type": "module", "version": "2.0.5", "author": "BeeeQueue ", "repository": { "type": "github", "url": "https://github.com/beeequeue/binary-util" }, "license": "MIT", "packageManager": "pnpm@11.11.0", "engines": { "node": ">=20.19" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*.{js,jsx,ts,tsx,json,json5,yaml,yml,css,scss,md}": [ "oxfmt --no-error-on-unmatched-pattern" ] }, "files": [ "dist" ], "exports": { "default": "./dist/index.mjs" }, "scripts": { "build": "tsdown", "lint": "oxlint", "test": "vitest" }, "devDependencies": { "@changesets/changelog-github": "1.0.0-next.6", "@changesets/cli": "3.0.0-next.8", "@e18e/eslint-plugin": "0.5.1", "@tsconfig/node24": "24.0.4", "@tsconfig/strictest": "2.0.8", "@types/node": "26.1.1", "@vitest/coverage-v8": "5.0.0-beta.6", "lint-staged": "17.0.8", "oxfmt": "0.58.0", "oxlint": "1.73.0", "oxlint-tsgolint": "0.24.0", "publint": "0.3.21", "simple-git-hooks": "2.13.1", "tsdown": "0.22.7", "vitest": "5.0.0-beta.6" } }