UNPKG

n8n-nodes-puppeteer-extended

Version:
21 lines 663 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Puppeteer = void 0; class Puppeteer { constructor() { this.name = "puppeteer"; this.displayName = "Puppeteer"; this.documentationUrl = "https://github.com/hckdotng/n8n-nodes-puppeteer-extended"; this.properties = [ { displayName: "n8n API key", name: "apiKey", description: "The API key of the n8n server", type: "string", default: "", }, ]; } } exports.Puppeteer = Puppeteer; //# sourceMappingURL=Puppeteer.credentials.js.map