{
  "name": "@wormhole-foundation/sdk-algorand-tokenbridge",
  "version": "6.1.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",
  "description": "SDK for Algorand, used in conjunction with @wormhole-foundation/sdk",
  "files": [
    "dist/esm"
  ],
  "keywords": [
    "wormhole",
    "sdk",
    "typescript",
    "connect",
    "algorand"
  ],
  "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.1.0",
    "@wormhole-foundation/sdk-algorand": "6.1.0",
    "@wormhole-foundation/sdk-algorand-core": "6.1.0"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "import": "./dist/esm/index.js",
      "default": "./dist/esm/index.js"
    }
  }
}