{
  "name": "@kikuchan/binary-reader",
  "description": "binary-reader",
  "keywords": [
    "binary-reader"
  ],
  "version": "0.1.0-alpha.7",
  "type": "module",
  "main": "./index.js",
  "author": "kikuchan <kikuchan98@gmail.com>",
  "homepage": "https://github.com/kikuchan/utils-on-npm#readme",
  "license": "MIT",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./index.cjs"
    }
  },
  "repository": {
    "url": "https://github.com/kikuchan/utils-on-npm"
  }
}