{
  "name": "@syncular/transport-http",
  "version": "0.0.6-248",
  "description": "HTTP transport for Syncular client-server communication",
  "license": "Apache-2.0",
  "author": "Benjamin Kniffler",
  "homepage": "https://syncular.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/syncular/syncular.git",
    "directory": "packages/transport-http"
  },
  "bugs": {
    "url": "https://github.com/syncular/syncular/issues"
  },
  "keywords": [
    "sync",
    "offline-first",
    "realtime",
    "database",
    "typescript",
    "http",
    "fetch"
  ],
  "private": false,
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "exports": {
    ".": {
      "bun": "./src/index.ts",
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./blob": {
      "bun": "./src/blob.ts",
      "import": {
        "types": "./dist/blob.d.ts",
        "default": "./dist/blob.js"
      }
    }
  },
  "scripts": {
    "tsgo": "tsgo --noEmit",
    "generate-types": "openapi-typescript ../server-hono/openapi.json -o src/generated/api.ts",
    "build": "tsgo",
    "release": "bunx syncular-publish"
  },
  "dependencies": {
    "@syncular/core": "0.0.6-248",
    "openapi-fetch": "^0.17.0"
  },
  "devDependencies": {
    "@syncular/config": "0.0.0",
    "openapi-typescript": "^7.13.0"
  },
  "files": [
    "dist",
    "src"
  ]
}
