{
  "name": "@dedot/merkleized-metadata",
  "version": "1.3.0",
  "description": "RFC-0078 Merkleized Metadata Implementation",
  "author": "Thang X. Vu <thang@dedot.dev>",
  "homepage": "https://dedot.dev",
  "repository": {
    "directory": "packages/merkleized-metadata",
    "type": "git",
    "url": "https://github.com/dedotdev/dedot.git"
  },
  "main": "./cjs/index.js",
  "sideEffects": false,
  "type": "module",
  "scripts": {
    "build": "tsc --project tsconfig.build.json && tsc --project tsconfig.build.cjs.json",
    "clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo",
    "test": "npx vitest --watch=false"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "dependencies": {
    "@dedot/codecs": "^1.3.0",
    "@dedot/shape": "^1.3.0",
    "@dedot/utils": "^1.3.0"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "Apache-2.0",
  "gitHead": "1179ba75b371517a21eb1162881e6e4c655514a0",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./cjs/index.js",
      "default": "./index.js"
    }
  }
}