diff --git a/components/noor/noor.app.mjs b/components/noor/noor.app.mjs new file mode 100644 index 0000000000000..ccabd715c74ac --- /dev/null +++ b/components/noor/noor.app.mjs @@ -0,0 +1,11 @@ +export default { + type: "app", + app: "noor", + 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/noor/package.json b/components/noor/package.json new file mode 100644 index 0000000000000..a123c6186a784 --- /dev/null +++ b/components/noor/package.json @@ -0,0 +1,15 @@ +{ + "name": "@pipedream/noor", + "version": "0.0.1", + "description": "Pipedream Noor Components", + "main": "noor.app.mjs", + "keywords": [ + "pipedream", + "noor" + ], + "homepage": "https://pipedream.com/apps/noor", + "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 c2e7453093b65..533eb475a6edb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5906,6 +5906,9 @@ importers: dependencies: '@pipedream/platform': 1.5.1 + components/noor: + specifiers: {} + components/nordigen: specifiers: '@pipedream/platform': ^1.6.0