{
  "name": "@1sat/wallet-toolbox",
  "version": "0.0.76",
  "description": "BSV wallet library extending @bsv/wallet-toolbox with 1Sat Ordinals protocol support",
  "author": "1Sat Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/b-open-io/1sat-wallet-toolbox.git"
  },
  "keywords": [
    "bsv",
    "bitcoin",
    "ordinals",
    "1sat",
    "wallet"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "biome check src",
    "lint:fix": "biome check --write src",
    "test": "bun test",
    "tester:build": "bun build ./tester/src/entry.ts --outdir ./tester/dist --target browser --splitting --define 'process.env={}' --define 'global=globalThis' --sourcemap=inline",
    "tester": "bun run build && bun run tester:build && bun ./tester/server.ts"
  },
  "dependencies": {
    "@1sat/wallet-toolbox": "0.0.52",
    "@bopen-io/templates": "^1.1.7",
    "@bsv/sdk": "^1.10.2",
    "@msgpack/msgpack": "^3.1.3",
    "buffer": "^6.0.3",
    "fflate": "^0.8.2"
  },
  "peerDependencies": {
    "@bsv/wallet-toolbox-mobile": "npm:@bopen-io/wallet-toolbox-mobile@1.7.24-idb-fix.1"
  },
  "peerDependenciesMeta": {
    "@bsv/wallet-toolbox-mobile": {
      "optional": true
    }
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@bsv/wallet-toolbox": "npm:@bopen-io/wallet-toolbox@1.7.24-idb-fix.1",
    "@bsv/wallet-toolbox-mobile": "npm:@bopen-io/wallet-toolbox-mobile@1.7.24-idb-fix.1",
    "@types/bun": "^1.3.4",
    "@types/chrome": "^0.1.32",
    "typescript": "^5.9.3"
  }
}
