Skip to content

Commit

Permalink
adding package.json (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
jonathanburns authored and eapolinario committed Sep 13, 2023
1 parent 9ef2392 commit 034905e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions flyteidl/package.json
Original file line number Diff line number Diff line change
@@ -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 <rschott@lyft.com>",
"license": "Apache-2.0",
"keywords": ["flyte", "lyft"],
"files": ["example", "protos", "gen/pb-js"]
}

0 comments on commit 034905e

Please sign in to comment.