{
  "name": "bit-buffer",
  "version": "0.3.0",
  "description": "Bit-level reads and writes for ArrayBuffers",
  "main": "bit-buffer.js",
  "types": "./bit-buffer.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --ui tdd",
    "lint": "semistandard --fix bit-buffer.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/inolen/bit-buffer.git"
  },
  "keywords": [
    "dataview",
    "arraybuffer",
    "bit",
    "bits"
  ],
  "author": "Anthony Pesch",
  "contributors": [
    "Robin Appelman"
  ],
  "license": "MIT",
  "gitHead": "cd4417237bed1f22dd5adfd8a6b961ea7234d9c9",
  "readmeFilename": "README.md",
  "devDependencies": {
    "@types/node": "^24.9.2",
    "semistandard": "^17.0.0",
    "mocha": "^11.7.4"
  }
}
