{
  "name": "@medialane/sdk",
  "version": "0.126.0",
  "description": "Framework-agnostic TypeScript SDK for Medialane.io — the IP marketplace on Starknet",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./starknet": {
      "types": "./dist/starknet/index.d.ts",
      "import": "./dist/starknet/index.js",
      "require": "./dist/starknet/index.cjs"
    },
    "./evm": {
      "types": "./dist/evm/index.d.ts",
      "import": "./dist/evm/index.js",
      "require": "./dist/evm/index.cjs"
    },
    "./solana": {
      "types": "./dist/solana/index.d.ts",
      "import": "./dist/solana/index.js",
      "require": "./dist/solana/index.cjs"
    },
    "./stellar": {
      "types": "./dist/stellar/index.d.ts",
      "import": "./dist/stellar/index.js",
      "require": "./dist/stellar/index.cjs"
    }
  },
  "license": "MIT",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "bun run typecheck && bun test && bun run build",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "bun test"
  },
  "peerDependencies": {
    "@solana/web3.js": ">=1.90.0",
    "@stellar/stellar-sdk": ">=13.0.0",
    "starknet": ">=6.0.0",
    "viem": ">=2.0.0"
  },
  "devDependencies": {
    "@solana/web3.js": "^1.98.4",
    "@stellar/stellar-sdk": "^16.0.1",
    "starknet": "10.0.2",
    "tsup": "^8.0.0",
    "typescript": "^5.6.0",
    "viem": "^2.54.6"
  },
  "dependencies": {
    "@noble/hashes": "^2.2.0",
    "@scure/base": "^2.2.0",
    "zod": "^3.23.8"
  },
  "peerDependenciesMeta": {
    "starknet": {
      "optional": true
    },
    "viem": {
      "optional": true
    },
    "@solana/web3.js": {
      "optional": true
    },
    "@stellar/stellar-sdk": {
      "optional": true
    }
  }
}
