{
  "type": "module",
  "name": "@hazae41/cubane",
  "version": "0.3.12",
  "description": "Next-gen Ethereum library for TypeScript",
  "homepage": "https://github.com/hazae41/cubane",
  "repository": "github:hazae41/cubane",
  "author": "hazae41",
  "license": "MIT",
  "main": "./dist/cjs/src/index.cjs",
  "module": "./dist/esm/src/index.mjs",
  "types": "./dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "./dist/esm",
    "./dist/cjs",
    "./dist/types"
  ],
  "scripts": {
    "macro": "saumon build -r ./src",
    "build": "rimraf dist && rollup -c",
    "build:bench": "rimraf dist && rollup -c rollup.config.bench.js",
    "build:test": "rimraf dist && rollup -c rollup.config.test.js",
    "test": "node ./dist/test/src/index.test.mjs",
    "test:bun": "bun ./dist/test/src/index.test.mjs",
    "bench": "node ./dist/bench/index.bench.mjs",
    "bench:bun": "bun ./dist/bench/index.bench.mjs",
    "prepare": "npm run build"
  },
  "dependencies": {
    "@hazae41/base16": "^1.0.19",
    "@hazae41/binary": "^1.3.5",
    "@hazae41/box": "^2.3.4",
    "@hazae41/bytes": "^1.2.11",
    "@hazae41/cursor": "^1.2.4",
    "@hazae41/fixed": "^1.0.1",
    "@hazae41/gardien": "^0.4.2",
    "@hazae41/hexane": "^1.0.10",
    "@hazae41/keccak256": "^1.0.11",
    "@hazae41/secp256k1": "^1.0.3",
    "idna-uts46-hx": "^6.0.8"
  },
  "devDependencies": {
    "@ensdomains/eth-ens-namehash": "^2.0.15",
    "@hazae41/deimos": "^1.0.6",
    "@hazae41/phobos": "^1.0.10",
    "@hazae41/rimraf": "^1.0.1",
    "@hazae41/saumon": "^0.2.14",
    "@hazae41/secp256k1.wasm": "^1.0.12",
    "@hazae41/sha3.wasm": "^1.0.4",
    "@hazae41/symbol-dispose-polyfill": "^1.0.2",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/node": "^22.14.1",
    "ethereumjs-abi": "^0.6.8",
    "ethereumjs-util": "^7.1.5",
    "ethers": "^6.13.5",
    "rimraf": "^6.0.1",
    "rollup": "^4.40.0",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-node-externals": "^8.0.0",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3",
    "viem": "^2.28.0"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/src/index.mjs",
      "require": "./dist/cjs/src/index.cjs"
    }
  },
  "keywords": [
    "ethereum",
    "abi",
    "rlp",
    "buffer",
    "encoding",
    "encoder",
    "decoding",
    "decoder",
    "binary",
    "parsing",
    "parser",
    "esmodules",
    "browser",
    "zero-copy",
    "typescript",
    "unit-tested"
  ]
}
