From d5f23e5fb3156117a87ec770bc987464c4dcd51b Mon Sep 17 00:00:00 2001 From: Johnny Burns Date: Thu, 8 Aug 2019 10:44:07 -0700 Subject: [PATCH] adding package.json (#1) --- flyteidl/package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 flyteidl/package.json diff --git a/flyteidl/package.json b/flyteidl/package.json new file mode 100644 index 0000000000..400ce64bba --- /dev/null +++ b/flyteidl/package.json @@ -0,0 +1,13 @@ +{ + "name": "@lyft/flyteidl", + "version": "0.1.0", + "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs", + "repository": { + "type": "git", + "url": "git@github.com:lyft/flyteidl" + }, + "author": "Randy Schott ", + "license": "Apache-2.0", + "keywords": ["flyte", "lyft"], + "files": ["example", "protos", "gen/pb-js"] +}