{
  "$schema": "http://json.schemastore.org/package.json",
  "name": "@xyo-network/xl1-rpc",
  "version": "1.26.9",
  "description": "XYO Layer One API",
  "homepage": "https://xylabs.com",
  "bugs": {
    "url": "git+https://github.com/xylabs/xyo-chain/issues",
    "email": "support@xylabs.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xylabs/xyo-chain.git"
  },
  "license": "LGPL-3.0-only",
  "author": {
    "name": "XY Labs Development Team",
    "email": "support@xylabs.com",
    "url": "https://xylabs.com"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "browser": {
        "types": "./dist/neutral/index.d.ts",
        "source": "./src/index.ts",
        "default": "./dist/neutral/index.mjs"
      },
      "node": {
        "types": "./dist/node/index-node.d.ts",
        "source": "./src/index.ts",
        "default": "./dist/node/index-node.mjs"
      },
      "neutral": {
        "types": "./dist/neutral/index.d.ts",
        "source": "./src/index.ts",
        "default": "./dist/neutral/index.mjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src",
    "!**/*.bench.*",
    "!**/*.spec.*",
    "!**/*.test.*"
  ],
  "scripts": {
    "build": "xy build-package",
    "build-tests": "tsc --noEmit --lib dom,esnext",
    "start-esm": "node ./dist/node/index.mjs",
    "test": "vitest run",
    "test:ci": "vitest run",
    "types": "tsc --noEmit -p tsconfig.test.json"
  },
  "dependencies": {
    "@metamask/json-rpc-engine": "~10.2.4",
    "@metamask/utils": "~11.10.0",
    "@xyo-network/xl1-protocol-lib": "~1.26.9",
    "@xyo-network/xl1-protocol-sdk": "~1.26.9",
    "uuid": "~13.0.0"
  },
  "devDependencies": {
    "@opentelemetry/api": "^1.9.1",
    "@types/node": "^25.5.0",
    "@xylabs/sdk-js": "^5.0.90",
    "@xylabs/ts-scripts-common": "~7.5.6",
    "@xylabs/ts-scripts-yarn3": "~7.5.6",
    "@xylabs/tsconfig": "~7.5.6",
    "@xyo-network/sdk-js": "^5.3.17",
    "axios": "^1.13.6",
    "dotenv": "~17.3.1",
    "ethers": "^6.16.0",
    "tslib": "^2.8.1",
    "typescript": "~5.9.3",
    "vitest": "~4.1.2",
    "zod": "~4.3.6"
  },
  "peerDependencies": {
    "@xylabs/sdk-js": "^5",
    "@xyo-network/sdk-js": "^5",
    "axios": "^1",
    "ethers": "^6",
    "zod": "^4"
  },
  "packageManager": "yarn@4.6.0",
  "engines": {
    "node": ">=22"
  },
  "volta": {
    "node": "22.5.1",
    "yarn": "4.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "src": "./src/index.ts"
}
