{
  "name": "@parity/product-sdk",
  "version": "0.19.1",
  "description": "Unified SDK for building products in the Polkadot ecosystem - umbrella package",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./address": {
      "import": "./dist/address/index.js",
      "types": "./dist/address/index.d.ts"
    },
    "./cloud-storage": {
      "import": "./dist/cloud-storage/index.js",
      "types": "./dist/cloud-storage/index.d.ts"
    },
    "./chain": {
      "import": "./dist/chain/index.js",
      "types": "./dist/chain/index.d.ts"
    },
    "./contracts": {
      "import": "./dist/contracts/index.js",
      "types": "./dist/contracts/index.d.ts"
    },
    "./core": {
      "import": "./dist/core/index.js",
      "types": "./dist/core/index.d.ts"
    },
    "./crypto": {
      "import": "./dist/crypto/index.js",
      "types": "./dist/crypto/index.d.ts"
    },
    "./host": {
      "import": "./dist/host/index.js",
      "types": "./dist/host/index.d.ts"
    },
    "./identity": {
      "import": "./dist/identity/index.js",
      "types": "./dist/identity/index.d.ts"
    },
    "./react": {
      "import": "./dist/react/index.js",
      "types": "./dist/react/index.d.ts"
    },
    "./local-storage": {
      "import": "./dist/local-storage/index.js",
      "types": "./dist/local-storage/index.d.ts"
    },
    "./wallet": {
      "import": "./dist/wallet/index.js",
      "types": "./dist/wallet/index.d.ts"
    },
    "./testing": {
      "import": "./dist/testing/index.js",
      "types": "./dist/testing/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "polkadot-api": "^2.1.6",
    "@parity/product-sdk-address": "0.1.1",
    "@parity/product-sdk-cloud-storage": "0.8.1",
    "@parity/product-sdk-contracts": "0.9.2",
    "@parity/product-sdk-host": "0.14.1",
    "@parity/product-sdk-keys": "0.3.16",
    "@parity/product-sdk-chain-client": "0.9.1",
    "@parity/product-sdk-logger": "0.1.1",
    "@parity/product-sdk-errors": "0.2.0",
    "@parity/product-sdk-crypto": "0.1.1",
    "@parity/product-sdk-signer": "0.11.1",
    "@parity/result": "0.2.0",
    "@parity/product-sdk-local-storage": "0.3.2",
    "@parity/product-sdk-tx": "0.3.2"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/react": "^18.0.0",
    "react": "^18.0.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "keywords": [
    "polkadot",
    "parity",
    "sdk",
    "blockchain",
    "web3"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "build": "NODE_OPTIONS=--max-old-space-size=8192 tsup",
    "test": "vitest run",
    "clean": "rm -rf dist",
    "typecheck": "tsc -p tsconfig.typecheck.json"
  }
}