{
	"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"
	}
}