@flightstream/core-server
Version:
Core Apache Arrow Flight server framework with plugin architecture for Node.js
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "@flightstream/core-server",
"version": "1.0.0-alpha.11",
"description": "Core Apache Arrow Flight server framework with plugin architecture for Node.js",
"main": "src/index.js",
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./src/index.js",
"./flight-server": "./src/flight-server.js",
"./flight-service-base": "./src/flight-service-base.js",
"./flight-protocol-handler": "./src/protocol/handlers.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",
"server",
"framework",
"flightstream"
],
"author": "gggauravr@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ggauravr/flightstream.git",
"directory": "packages/core/server"
},
"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/",
"proto/",
"README.md",
"LICENSE"
],
"gitHead": "c73e4a5275ea9d608d599c57dcda3981433bc72b"
}