{
  "name": "@run402/sdk",
  "version": "4.93.0",
  "description": "Typed TypeScript client for the Run402 API. Kernel shared by the run402-mcp server, the run402 CLI, and user-deployed run402 functions.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./config": {
      "types": "./dist/config.d.ts",
      "import": "./dist/config.js",
      "default": "./dist/config.js"
    },
    "./node": {
      "types": "./dist/node/index.d.ts",
      "import": "./dist/node/index.js",
      "default": "./dist/node/index.js"
    },
    "./node/config": {
      "types": "./dist/node/config.d.ts",
      "import": "./dist/node/config.js",
      "default": "./dist/node/config.js"
    }
  },
  "scripts": {
    "prepack": "mkdir -p core-dist && cp ../core/dist/*.js core-dist/ && cp ../core/dist/*.d.ts core-dist/",
    "check:contracts": "node --test --import tsx src/public-type-exports.test.ts src/local-error-contract.test.ts",
    "check:docs": "tsx scripts/check-doc-snippets.ts",
    "test": "npm run check:contracts && npm run check:docs"
  },
  "files": [
    "dist",
    "core-dist",
    "README.md"
  ],
  "dependencies": {
    "@hpke/chacha20poly1305": "^1.8.0",
    "@hpke/core": "^1.9.0",
    "@humanwhocodes/momoa": "3.3.10",
    "@noble/ciphers": "^2.3.0",
    "@noble/curves": "^2.0.1",
    "@noble/hashes": "^2.0.1",
    "@scure/base": "1.2.6",
    "json-canonicalize": "2.0.0",
    "tsx": "^4.21.0",
    "undici": "^7.29.0"
  },
  "peerDependencies": {
    "@x402/evm": "2.26.0",
    "@x402/extensions": "2.26.0",
    "@x402/fetch": "2.26.0",
    "mppx": "^0.4.7",
    "viem": "^2.47.1"
  },
  "peerDependenciesMeta": {
    "@x402/evm": {
      "optional": true
    },
    "@x402/extensions": {
      "optional": true
    },
    "@x402/fetch": {
      "optional": true
    },
    "mppx": {
      "optional": true
    },
    "viem": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kychee-com/run402.git",
    "directory": "sdk"
  },
  "homepage": "https://run402.com",
  "bugs": "https://github.com/kychee-com/run402/issues",
  "author": "Kychee Technologies",
  "license": "MIT",
  "keywords": [
    "run402",
    "x402",
    "sdk",
    "api-client",
    "ai-agent"
  ],
  "publishConfig": {
    "access": "public"
  }
}
