@cloudquery/plugin-pb-javascript
Version:
This is a low-level auto-generated gRPC client and server for CloudQuery plugins
53 lines (52 loc) • 1.68 kB
JSON
{
"name": "@cloudquery/plugin-pb-javascript",
"version": "0.0.36",
"files": [
"dist"
],
"scripts": {
"proto-clone": "git clone https://github.com/cloudquery/plugin-pb",
"proto-prepare": "cd plugin-pb && git pull && cd .. && rm -rf ./protos && mkdir -p ./protos/plugin/v3 && mkdir -p ./protos/discovery/v1 && cp -r ./plugin-pb/plugin/v3/* ./protos/plugin/v3 && cp -r ./plugin-pb/discovery/v1/* ./protos/discovery/v1",
"proto-gen": "grpc_tools_node_protoc --ts_out=grpc_ts:. ./protos/plugin/v3/*.proto ./protos/discovery/v1/*.proto",
"proto-all": "npm run proto-prepare && npm run proto-gen",
"build": "rm -rf dist && tsc",
"all": "npm run proto-all && npm run build"
},
"description": "This is a low-level auto-generated gRPC client and server for CloudQuery plugins",
"keywords": [
"nodejs",
"javascript",
"CloudQuery",
"CQ",
"ETL",
"data",
"plugin",
"data extraction",
"data engineering"
],
"license": "MPL-2.0",
"homepage": "https://github.com/cloudquery/plugin-pb-javascript",
"repository": {
"type": "git",
"url": "git+https://github.com/cloudquery/plugin-pb-javascript.git"
},
"bugs": {
"url": "https://github.com/cloudquery/plugin-pb-javascript/issues"
},
"author": "cloudquery (https://github.com/cloudquery)",
"devDependencies": {
"@grpc/grpc-js": "^1.9.0",
"@tsconfig/node16": "^16.1.0",
"@types/google-protobuf": "^3.15.6",
"grpc-tools": "^1.12.4",
"protoc-gen-ts": "^0.8.6",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=16.17.0"
},
"main": "dist/index.js",
"dependencies": {
"google-protobuf": "^3.21.2"
}
}