{
  "name": "json-web3",
  "version": "1.3.5",
  "description": "BigInt-safe JSON serialization and deserialization for Web3 use cases.",
  "keywords": [
    "json",
    "bigint",
    "arraybuffer",
    "serialization",
    "deserialization",
    "web3"
  ],
  "homepage": "https://github.com/JSON-Web3/json-web3#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JSON-Web3/json-web3.git"
  },
  "license": "MIT",
  "author": "haozi",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
