{
  "name": "@8kb/bit.io",
  "version": "0.0.0",
  "type": "module",
  "export": {
    ".": "./mod.js"
  },
  "files": [
    "mod.js",
    "mod.ts",
    "read.js",
    "read.ts",
    "readme.md"
  ],
  "scripts": {
    "build": "tsc",
    "test": "tsc && node --test --watch"
  },
  "keywords": ["binary", "ArrayBuffer", "bit", "8kb"],
  "author": "PPz",
  "license": "UNLICENSED"
}
