@flightstream/core-shared
Version:
Shared utilities for FlightStream core packages
58 lines (57 loc) • 1.34 kB
JSON
{
"name": "@flightstream/core-shared",
"version": "1.0.0-alpha.6",
"description": "Shared utilities for FlightStream core packages",
"main": "src/index.js",
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./src/index.js",
"./protocol": "./src/protocol-utils.js",
"./constants": "./src/constants.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",
"shared",
"utilities",
"flightstream"
],
"author": "gggauravr@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ggauravr/flightstream.git",
"directory": "packages/core/shared"
},
"bugs": {
"url": "https://github.com/ggauravr/flightstream/issues"
},
"homepage": "https://github.com/ggauravr/flightstream#readme",
"dependencies": {
"@grpc/grpc-js": "^1.9.14",
"@grpc/proto-loader": "^0.7.10"
},
"devDependencies": {
"apache-arrow": "^14.0.0",
"jest": "^29.7.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"src/",
"README.md",
"LICENSE"
],
"gitHead": "c73e4a5275ea9d608d599c57dcda3981433bc72b"
}