diff --git a/components/linguapop/linguapop.app.mjs b/components/linguapop/linguapop.app.mjs new file mode 100644 index 0000000000000..ea3ea26a47ee9 --- /dev/null +++ b/components/linguapop/linguapop.app.mjs @@ -0,0 +1,11 @@ +export default { + type: "app", + app: "linguapop", + propDefinitions: {}, + methods: { + // this.$auth contains connected account data + authKeys() { + console.log(Object.keys(this.$auth)); + }, + }, +}; \ No newline at end of file diff --git a/components/linguapop/package.json b/components/linguapop/package.json new file mode 100644 index 0000000000000..42386a02f3272 --- /dev/null +++ b/components/linguapop/package.json @@ -0,0 +1,15 @@ +{ + "name": "@pipedream/linguapop", + "version": "0.0.1", + "description": "Pipedream Linguapop Components", + "main": "linguapop.app.mjs", + "keywords": [ + "pipedream", + "linguapop" + ], + "homepage": "https://pipedream.com/apps/linguapop", + "author": "Pipedream (https://pipedream.com/)", + "publishConfig": { + "access": "public" + } +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d850fa802c367..c0f88a420fa96 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4524,6 +4524,9 @@ importers: dependencies: '@pipedream/platform': 1.6.0 + components/linguapop: + specifiers: {} + components/linkedin: specifiers: '@pipedream/platform': ^1.2.1