diff --git a/components/scrapein_/package.json b/components/scrapein_/package.json new file mode 100644 index 0000000000000..a04162ff302c0 --- /dev/null +++ b/components/scrapein_/package.json @@ -0,0 +1,15 @@ +{ + "name": "@pipedream/scrapein_", + "version": "0.0.1", + "description": "Pipedream Soax Components", + "main": "scrapein_.app.mjs", + "keywords": [ + "pipedream", + "scrapein_" + ], + "homepage": "https://pipedream.com/apps/scrapein_", + "author": "Pipedream (https://pipedream.com/)", + "publishConfig": { + "access": "public" + } +} \ No newline at end of file diff --git a/components/scrapein_/scrapein_.app.mjs b/components/scrapein_/scrapein_.app.mjs new file mode 100644 index 0000000000000..11857fb42f619 --- /dev/null +++ b/components/scrapein_/scrapein_.app.mjs @@ -0,0 +1,11 @@ +export default { + type: "app", + app: "scrapein_", + propDefinitions: {}, + methods: { + // this.$auth contains connected account data + authKeys() { + console.log(Object.keys(this.$auth)); + }, + }, +}; \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c4683cdbd7bdc..d658e78636df1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7260,6 +7260,9 @@ importers: dependencies: '@pipedream/platform': 1.5.1 + components/scrapein_: + specifiers: {} + components/scrapeninja: specifiers: {}