{
  "name": "@4bitlabs/readers",
  "version": "3.0.1",
  "description": "A collection of low-level bit-readers for byte-arrays",
  "keywords": [
    "bitreader",
    "bits"
  ],
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "homepage": "https://32bitkid.github.io/4bitlabs.bits/modules/_4bitlabs_readers.html",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/32bitkid/4bitlabs.bits.git"
  },
  "bugs": {
    "url": "https://github.com/32bitkid/4bitlabs.bits/issues"
  },
  "files": [
    "./dist/**/*"
  ],
  "scripts": {
    "clean:wipe": "rimraf ./dist",
    "build": "tsdown",
    "test": "vitest run"
  },
  "author": "J. Holmes <j@holmes.codes>",
  "license": "ISC",
  "gitHead": "e781617fab1192618c80f767341c2db6be7c00aa"
}
