Skip to content

Commit

Permalink
Adding app scaffolding for shotstack
Browse files Browse the repository at this point in the history
  • Loading branch information
dylburger committed Apr 15, 2023
1 parent fee1dd1 commit 18a0e08
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions components/shotstack/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "@pipedream/shotstack",
"version": "0.0.1",
"description": "Pipedream Shotstack Components",
"main": "dist/app/shotstack.app.mjs",
"keywords": [
"pipedream",
"shotstack"
],
"files": ["dist"],
"homepage": "https://pipedream.com/apps/shotstack",
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}

0 comments on commit 18a0e08

Please sign in to comment.