{
  "name": "@iota-big3/sdk-blockchain",
  "version": "1.0.0",
  "description": "Comprehensive blockchain integration platform with multi-chain support, smart contracts, DeFi protocols, NFT infrastructure, Bitcoin support, and seamless SDK ecosystem integration for IOTA Big3",
  "author": "IOTA Big3 Team",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src --ext .ts",
    "clean": "rm -rf dist",
    "prepublishOnly": "yarn clean && npm run build"
  },
  "dependencies": {
    "@bitcoinerlab/secp256k1": "^1.0.5",
    "@chainlink/contracts": "^0.8.0",
    "@ethersproject/contracts": "^5.7.0",
    "@ethersproject/providers": "^5.7.2",
    "@iota-big3/sdk-database": "workspace:*",
    "@iota-big3/sdk-events": "workspace:*",
    "@iota-big3/sdk-observability": "workspace:*",
    "@iota-big3/sdk-performance": "workspace:*",
    "@iota-big3/sdk-types": "workspace:*",
    "@metamask/detect-provider": "^2.0.0",
    "@openzeppelin/contracts": "^5.0.0",
    "@solana/web3.js": "^1.87.0",
    "@walletconnect/web3-provider": "^1.8.0",
    "axios": "^1.6.0",
    "bip32": "^4.0.0",
    "bip39": "^3.1.0",
    "bitcoinjs-lib": "^6.1.5",
    "decimal.js": "^10.4.3",
    "ethers": "^6.9.0",
    "ipfs-http-client": "^60.0.0",
    "tiny-secp256k1": "^2.2.3",
    "uuid": "^9.0.1",
    "web3": "^4.2.0",
    "web3-eth-contract": "^4.1.0"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-ethers": "^3.0.0",
    "@typechain/ethers-v6": "^0.5.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^20.0.0",
    "@types/uuid": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "@vitest/ui": "^3.2.4",
    "c8": "^10.1.3",
    "eslint": "^8.0.0",
    "happy-dom": "^18.0.1",
    "hardhat": "^2.19.0",
    "jest": "^29.0.0",
    "jsdom": "^26.1.0",
    "ts-jest": "^29.0.0",
    "typechain": "^8.3.0",
    "typescript": "^5.0.0",
    "vitest": "^3.2.4"
  },
  "keywords": [
    "blockchain",
    "ethereum",
    "polygon",
    "solana",
    "bitcoin",
    "web3",
    "defi",
    "nft",
    "smart-contracts",
    "multi-chain",
    "event-driven",
    "caching",
    "transaction-history",
    "sdk-integration",
    "iota-big3"
  ],
  "publishConfig": {
    "access": "restricted",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
