UNPKG

@lancedb/arrow-flight-sql-client

Version:

A native typescript project for querying Flight SQL endpoints

41 lines (40 loc) 910 B
{ "name": "@lancedb/arrow-flight-sql-client", "version": "0.3.0", "description": "A native typescript project for querying Flight SQL endpoints", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsup", "test": "jest" }, "files": [ "dist" ], "keywords": [ "Arrow", "FlightSQL", "SQL" ], "author": "Weston Pace", "license": "Apache-2.0", "devDependencies": { "@eslint/js": "^9.16.0", "@jest/globals": "^29.7.0", "eslint-plugin-tsdoc": "^0.4.0", "jest": "^29.7.0", "prettier": "^3.4.2", "protobufjs-cli": "^1.1.3", "ts-jest": "^29.2.5", "tsup": "^8.3.5", "typescript": "^5.7.2", "typescript-eslint": "^8.17.0" }, "dependencies": { "@grpc/grpc-js": "^1.12.4", "@grpc/proto-loader": "^0.7.13", "apache-arrow": "^21.1.0", "iter-ops": "^3.5.0", "protobufjs": "^7.4.0" } }