{
  "name": "@soroban-react/freighter",
  "keywords": [
    "soroban-react",
    "freighter"
  ],
  "license": "Apache-2.0",
  "repository": "github:esteblock/soroban-react",
  "publishConfig": {
    "access": "public"
  },
  "version": "9.1.13",
  "scripts": {
    "prebuild-windows": "del /s /q dist",
    "prebuild": "rm -rf dist",
    "build-windows": "yarn prebuild && tsc",
    "build": "yarn prebuild && tsc",
    "start": "tsc --watch"
  },
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "dependencies": {
    "@soroban-react/types": "^9.1.13",
    "@stellar/freighter-api": "1.7.1"
  },
  "gitHead": "34bc787601d3ba90cc23b1c5e6d8deeab2283a13"
}
