bitquery-protobuf-schema
Version:
Returns Protobuf schemas for the data streamed and stored in S3 for a given topic
25 lines (24 loc) • 508 B
JSON
{
"name": "bitquery-protobuf-schema",
"version": "3.2.2",
"description": "Returns Protobuf schemas for the data streamed and stored in S3 for a given topic",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Protobuf",
"Kafka",
"Blockchain",
"Data",
"EVM",
"Solana",
"Tron"
],
"author": "Kshitij-Bitquery",
"license": "ISC",
"dependencies": {
"path": "^0.12.7",
"protobufjs": "^8.0.0"
}
}