{
  "name": "@stacks/blockchain-api-client",
  "version": "8.15.3",
  "access": "public",
  "description": "Client for the Stacks Blockchain API",
  "homepage": "https://github.com/hirosystems/stacks-blockchain-api/tree/master/client#readme",
  "author": "Hiro Systems PBC <engineering@hiro.so> (https://hiro.so)",
  "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": {
    "@types/node": "20.14.14",
    "eventemitter3": "^4.0.7",
    "jsonrpc-lite": "^2.2.0",
    "openapi-fetch": "^0.10.5",
    "socket.io-client": "^4.7.5"
  },
  "devDependencies": {
    "concurrently": "7.6.0",
    "cpx": "1.5.0",
    "http-server": "14.0.0",
    "microbundle": "0.15.1",
    "rimraf": "6.0.1",
    "typescript": "5.5.4"
  }
}
