{
  "name": "sbtc-bridge-lib",
  "version": "1.1.27",
  "description": "Library for sBTC Bridge web client and API apps ",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "prepublish": "tsc",
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "watch": "vitest watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stacks-network/sbtc-bridge-api.git"
  },
  "keywords": [
    "bitcoin",
    "stacks",
    "sbtc",
    "bridge"
  ],
  "author": "mike cohen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/stacks-network/sbtc-bridge-api/issues"
  },
  "homepage": "https://github.com/stacks-network/sbtc-bridge-api#readme",
  "dependencies": {
    "@noble/secp256k1": "^2.0.0",
    "@scure/base": "^1.1.1",
    "@scure/btc-signer": "^1.1.0",
    "@stacks/encryption": "^6.5.4",
    "@stacks/stacks-blockchain-api-types": "^7.1.10",
    "base58check": "^2.0.0",
    "c32check": "^2.0.0",
    "micro-packed": "^0.3.2",
    "micro-stacks": "^1.2.1"
  },
  "devDependencies": {
    "@types/node": "^20.1.7",
    "typescript": "^5.0.4",
    "vitest": "^0.31.1",
    "vitest-fetch-mock": "^0.2.2"
  }
}
