diff --git a/components/hackerone/hackerone.app.mjs b/components/hackerone/hackerone.app.mjs new file mode 100644 index 0000000000000..aa5505acb715b --- /dev/null +++ b/components/hackerone/hackerone.app.mjs @@ -0,0 +1,11 @@ +export default { + type: "app", + app: "hackerone", + 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/hackerone/package.json b/components/hackerone/package.json new file mode 100644 index 0000000000000..5c04abd2e3782 --- /dev/null +++ b/components/hackerone/package.json @@ -0,0 +1,15 @@ +{ + "name": "@pipedream/hackerone", + "version": "0.0.1", + "description": "Pipedream HackerOne Components", + "main": "hackerone.app.mjs", + "keywords": [ + "pipedream", + "hackerone" + ], + "homepage": "https://pipedream.com/apps/hackerone", + "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 c786cb1177a69..4943132b40c1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3882,6 +3882,9 @@ importers: dependencies: '@pipedream/platform': 1.5.1 + components/hackerone: + specifiers: {} + components/handwrytten: specifiers: {}