UNPKG

com.envoy.events

Version:

Event Data Model Definition in Envoy

32 lines 604 B
{ "name": "com.envoy.events", "version": "1.0.23", "description": "Event Data Model Definition in Envoy", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "event", "streaming", "kafka", "event-streaming", "envoy", "protobuf", "data-module" ], "repository": { "type": "git", "url": "git+https://github.com/envoy/envoy-schemas.git" }, "author": "envoy.com", "license": "MIT", "scripts": { "compile": "rm -rf dist && tsc" }, "devDependencies": { "typescript": "^4.9.5" }, "dependencies": { "google-protobuf": "^3.21.2", "protobufjs": "^7.2.2" } }