{
  "name": "@funkit/fun-relay",
  "version": "0.1.7",
  "files": [
    "dist/src",
    "dist/index.d.ts",
    "dist/index.d.ts.map",
    "dist/index.js",
    "dist/index.js.map",
    "dist/index.mjs",
    "dist/index.mjs.map",
    "CHANGELOG.md"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.mjs",
    "require": "./dist/index.js"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@reservoir0x/relay-sdk": "^2.0.3"
  },
  "devDependencies": {
    "viem": "^2.29.4"
  },
  "peerDependencies": {
    "viem": ">=2.23.1"
  },
  "keywords": [
    "blockchain",
    "funkit"
  ],
  "author": "https://fun.xyz/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fun-xyz/funkit.git",
    "directory": "packages/fun-relay"
  },
  "homepage": "https://github.com/fun-xyz/funkit/tree/main/packages/fun-relay",
  "scripts": {
    "build": "rm -rf dist && pnpm typegen && node build.mjs",
    "build:watch": "rm -rf dist && node build.js --watch",
    "lint": "biome check",
    "lint:fix": "biome check --fix",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "typegen": "tsc --emitDeclarationOnly"
  }
}