{
  "name": "@useairfoil/flight",
  "version": "0.4.3",
  "repository": "useairfoil/typescript-sdk",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsdown",
    "build:proto": "buf generate proto",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@bufbuild/protobuf": "^2.9.0",
    "apache-arrow": "^21.1.0",
    "flatbuffers": "^25.9.23",
    "iter-ops": "^3.5.0",
    "long": "^5.3.2",
    "nice-grpc": "^2.1.13",
    "nice-grpc-common": "^2.0.2"
  },
  "devDependencies": {
    "@bufbuild/buf": "^1.5.7",
    "@effect/vitest": "4.0.0-beta.83",
    "@types/node": "^24.2.0",
    "effect": "4.0.0-beta.83",
    "tsdown": "^0.15.6",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "effect": "4.0.0-beta.83"
  }
}
