🎉 dropALog for n8n 1.x

This commit is contained in:
Dan Jones 2024-09-25 20:48:43 -05:00
commit 1a75c1ba1c
12 changed files with 182 additions and 542 deletions

View file

@ -1,5 +1,5 @@
{
"name": "n8n-nodes-<...>",
"name": "n8n-nodes-drop-a-log",
"version": "0.1.0",
"description": "",
"keywords": [
@ -8,13 +8,10 @@
"license": "MIT",
"homepage": "",
"author": {
"name": "",
"email": ""
},
"repository": {
"type": "git",
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
"name": "Dan Jones",
"email": "danjones@goodevilgenius.org"
},
"repository": {},
"engines": {
"node": ">=18.10",
"pnpm": ">=9.1"
@ -35,16 +32,13 @@
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ExampleCredentialsApi.credentials.js",
"dist/credentials/HttpBinApi.credentials.js"
],
"credentials": [],
"nodes": [
"dist/nodes/ExampleNode/ExampleNode.node.js",
"dist/nodes/HttpBin/HttpBin.node.js"
"dist/nodes/DropALog/DropALog.node.js"
]
},
"devDependencies": {
"@types/node": "^22.7.1",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.56.0",
"eslint-plugin-n8n-nodes-base": "^1.16.1",