{
  "name": "@sequence0/sdk",
  "version": "4.1.7",
  "description": "Sequence0 Network SDK — Decentralized threshold signatures for any blockchain",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "manifests/",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "jest --forceExit --testPathIgnorePatterns=lifecycle.e2e",
    "test:watch": "jest --watch --forceExit --testPathIgnorePatterns=lifecycle.e2e",
    "test:coverage": "jest --coverage --forceExit --testPathIgnorePatterns=lifecycle.e2e",
    "test:e2e": "SEQ0_E2E=1 jest --forceExit lifecycle.e2e",
    "lint": "eslint src/**/*.ts",
    "prebuild": "mkdir -p manifests && cp ../contracts/scripts/deployed-addresses.json manifests/ && cp ../contracts/scripts/deployed-addresses-mainnet.json manifests/"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "sequence0",
    "threshold-signatures",
    "mpc",
    "frost",
    "dkg",
    "blockchain",
    "wallet",
    "signing",
    "multi-chain",
    "decentralized",
    "bitcoin",
    "taproot",
    "schnorr",
    "erc-4337",
    "account-abstraction",
    "smart-account"
  ],
  "author": "Sequence0 Network",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sequence0network/sequence0"
  },
  "homepage": "https://sequence0.network",
  "dependencies": {
    "@solana/web3.js": "^1.90.0",
    "ethers": "^6.16.0"
  },
  "peerDependencies": {
    "@aptos-labs/ts-sdk": "^1.0.0",
    "@cosmjs/proto-signing": "^0.32.0",
    "@cosmjs/stargate": "^0.32.0",
    "@dfinity/agent": "^2.0.0",
    "@emurgo/cardano-serialization-lib-nodejs": "^12.0.0",
    "@hashgraph/sdk": "^2.0.0",
    "@mysten/sui": "^1.0.0",
    "@noble/hashes": "^1.0.0",
    "@polkadot/api": "^14.0.0",
    "@stacks/transactions": "^6.0.0",
    "@stellar/stellar-sdk": "^12.0.0",
    "@taquito/taquito": "^21.0.0",
    "@ton/ton": "^15.0.0",
    "algosdk": "^3.0.0",
    "near-api-js": "^4.0.0",
    "tronweb": "^6.0.0",
    "xrpl": "^4.0.0"
  },
  "peerDependenciesMeta": {
    "@cosmjs/proto-signing": {
      "optional": true
    },
    "@cosmjs/stargate": {
      "optional": true
    },
    "near-api-js": {
      "optional": true
    },
    "@mysten/sui": {
      "optional": true
    },
    "@aptos-labs/ts-sdk": {
      "optional": true
    },
    "xrpl": {
      "optional": true
    },
    "tronweb": {
      "optional": true
    },
    "@stellar/stellar-sdk": {
      "optional": true
    },
    "@ton/ton": {
      "optional": true
    },
    "algosdk": {
      "optional": true
    },
    "@taquito/taquito": {
      "optional": true
    },
    "@emurgo/cardano-serialization-lib-nodejs": {
      "optional": true
    },
    "@polkadot/api": {
      "optional": true
    },
    "@hashgraph/sdk": {
      "optional": true
    },
    "@dfinity/agent": {
      "optional": true
    },
    "@noble/hashes": {
      "optional": true
    },
    "@stacks/transactions": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/node": "^20.14.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^5.5.0"
  }
}
