diff --git a/components/orimon/orimon.app.mjs b/components/orimon/orimon.app.mjs new file mode 100644 index 0000000000000..848a461e9cd4f --- /dev/null +++ b/components/orimon/orimon.app.mjs @@ -0,0 +1,11 @@ +export default { + type: "app", + app: "orimon", + 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/orimon/package.json b/components/orimon/package.json new file mode 100644 index 0000000000000..d191d066b9a83 --- /dev/null +++ b/components/orimon/package.json @@ -0,0 +1,15 @@ +{ + "name": "@pipedream/orimon", + "version": "0.0.1", + "description": "Pipedream Orimon Components", + "main": "orimon.app.mjs", + "keywords": [ + "pipedream", + "orimon" + ], + "homepage": "https://pipedream.com/apps/orimon", + "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 04c5efd05f551..4025982071957 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5831,6 +5831,9 @@ importers: dependencies: '@pipedream/platform': 1.5.1 + components/orimon: + specifiers: {} + components/ortto: specifiers: {}