{
  "name": "@23blocks/transport-http",
  "version": "3.3.2",
  "description": "HTTP transport layer for 23blocks SDK with fetch-based implementation",
  "license": "MIT",
  "author": "23blocks <hello@23blocks.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/23blocks-OS/frontend-sdk.git",
    "directory": "packages/transport-http"
  },
  "homepage": "https://github.com/23blocks-OS/frontend-sdk/tree/main/packages/transport-http",
  "bugs": {
    "url": "https://github.com/23blocks-OS/frontend-sdk/issues"
  },
  "keywords": [
    "23blocks",
    "sdk",
    "http",
    "transport",
    "fetch",
    "api-client"
  ],
  "type": "module",
  "main": "./dist/index.esm.js",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "default": "./dist/index.esm.js"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md",
    "!**/*.tsbuildinfo"
  ],
  "nx": {
    "sourceRoot": "packages/transport-http/src",
    "targets": {
      "build": {
        "executor": "@nx/rollup:rollup",
        "outputs": [
          "{options.outputPath}"
        ],
        "options": {
          "outputPath": "packages/transport-http/dist",
          "main": "packages/transport-http/src/index.ts",
          "tsConfig": "packages/transport-http/tsconfig.lib.json",
          "compiler": "swc",
          "format": [
            "esm"
          ]
        }
      }
    }
  },
  "dependencies": {
    "@23blocks/contracts": "*",
    "@swc/helpers": "~0.5.11"
  }
}
