{
  "name": "@stacks/blockchain-api-client",
  "version": "9.3.0",
  "access": "public",
  "description": "Client for the Stacks Blockchain API",
  "homepage": "https://github.com/hirosystems/stacks-blockchain-api/tree/main/client#readme",
  "author": "Hiro Systems PBC",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/hirosystems/stacks-blockchain-api.git",
    "directory": "client"
  },
  "bugs": {
    "url": "https://github.com/hirosystems/stacks-blockchain-api/issues"
  },
  "main": "lib/index.js",
  "unpkg": "lib/index.umd.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "rimraf ./lib && npm run build:client --prefix .. && npm run build:node && npm run build:browser && cpx './src/**/*.d.ts' ./lib",
    "build:node": "tsc",
    "build:browser": "microbundle -i src/index.ts -o lib/index.umd.js --no-pkg-main -f umd --external none --globals none --no-compress --tsconfig tsconfig.browser.json --name StacksBlockchainApiClient",
    "build:browser:watch": "npm run build:browser -- watch",
    "start": "concurrently npm:build:browser:watch npm:open",
    "open": "http-server -o 9222 -o index.html"
  },
  "files": [
    "src",
    "lib"
  ],
  "dependencies": {
    "eventemitter3": "^4.0.7",
    "jsonrpc-lite": "^2.2.0",
    "openapi-fetch": "^0.10.5",
    "socket.io-client": "^4.8.3"
  },
  "devDependencies": {
    "@types/node": "24.12.0",
    "concurrently": "10.0.5",
    "cpx": "1.5.0",
    "http-server": "14.1.1",
    "microbundle": "0.15.1",
    "rimraf": "6.1.3",
    "typescript": "5.9.3"
  }
}
