{
  "name": "@wormhole-foundation/sdk-solana-tbtc",
  "version": "6.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wormhole-foundation/wormhole-sdk-ts.git"
  },
  "bugs": {
    "url": "https://github.com/wormhole-foundation/wormhole-sdk-ts/issues"
  },
  "homepage": "https://github.com/wormhole-foundation/wormhole-sdk-ts#readme",
  "directories": {
    "test": "tests"
  },
  "license": "Apache-2.0",
  "main": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "module": "./dist/esm/index.js",
  "author": "",
  "description": "SDK for Solana chains, used in conjunction with @wormhole-foundation/sdk",
  "files": [
    "dist/esm"
  ],
  "keywords": [
    "wormhole",
    "sdk",
    "typescript",
    "connect",
    "tbtc",
    "solana"
  ],
  "engines": {
    "node": ">=20.19"
  },
  "sideEffects": [
    "./dist/esm/index.js"
  ],
  "scripts": {
    "build:esm": "tsc -p ./tsconfig.esm.json",
    "build": "npm run build:esm",
    "rebuild": "npm run clean && npm run build",
    "clean": "rm -rf ./dist && rm -rf ./.turbo",
    "lint": "npm run prettier && eslint --fix ./src --ext .ts",
    "prettier": "prettier --write ./src"
  },
  "dependencies": {
    "@wormhole-foundation/sdk-connect": "6.0.0",
    "@wormhole-foundation/sdk-solana": "6.0.0",
    "@wormhole-foundation/sdk-solana-core": "6.0.0",
    "@wormhole-foundation/sdk-solana-tokenbridge": "6.0.0",
    "@coral-xyz/anchor": "0.29.0",
    "@solana/spl-token": "0.3.9",
    "@solana/web3.js": "^1.95.8"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "import": "./dist/esm/index.js",
      "default": "./dist/esm/index.js"
    }
  }
}