UNPKG

@flightstream/core-client

Version:

Core Apache Arrow Flight client framework for Node.js

59 lines (58 loc) 1.47 kB
{ "name": "@flightstream/core-client", "version": "1.0.0-alpha.6", "description": "Core Apache Arrow Flight client framework for Node.js", "main": "src/index.js", "type": "module", "publishConfig": { "access": "public" }, "exports": { ".": "./src/index.js", "./flight-client": "./src/flight-client.js", "./flight-client-base": "./src/flight-client-base.js", "./flight-protocol-client": "./src/flight-protocol-client.js" }, "scripts": { "test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest", "lint": "eslint src/**/*.js", "lint:fix": "eslint src/**/*.js --fix" }, "keywords": [ "arrow", "arrow-flight", "grpc", "flight-protocol", "client", "framework", "flightstream" ], "author": "gggauravr@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ggauravr/flightstream.git", "directory": "packages/core/client" }, "bugs": { "url": "https://github.com/ggauravr/flightstream/issues" }, "homepage": "https://github.com/ggauravr/flightstream#readme", "dependencies": { "@flightstream/core-shared": "^1.0.0-alpha.6", "@grpc/grpc-js": "^1.9.14", "@grpc/proto-loader": "^0.7.10" }, "peerDependencies": { "apache-arrow": "^14.0.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "src/", "README.md", "LICENSE" ], "gitHead": "c73e4a5275ea9d608d599c57dcda3981433bc72b" }