Skip to content

Commit

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

0 comments on commit c917b83

Please sign in to comment.