{
  "name": "@faktoryfun/styx-sdk",
  "version": "1.3.4",
  "description": "Bitcoin deposit SDK for Stacks applications, enabling trustless Bitcoin-to-sBTC deposits",
  "main": "patch/sdk-patch.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "patch/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && mkdir -p patch",
    "prepare": "npm run build",
    "test": "echo \"No tests yet\""
  },
  "keywords": [
    "bitcoin",
    "stacks",
    "sbtc",
    "crypto",
    "blockchain",
    "deposit",
    "sdk"
  ],
  "author": "FaktoryFun",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.1.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/faktoryfun/styx-sdk"
  }
}
