n8n-nodes-magic-inbox
Version:
Magic Inbox P2P - Revolutionary workflow teleportation system for n8n
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "n8n-nodes-magic-inbox",
"version": "12.0.0",
"description": "Magic Inbox P2P - Revolutionary workflow teleportation system for n8n",
"keywords": [
"n8n-community-node-package",
"n8n",
"p2p",
"workflow",
"collaboration",
"magic-inbox",
"decentralized",
"teleportation"
],
"license": "MIT",
"homepage": "https://github.com/magic-dev/n8n-nodes-magic-inbox",
"author": {
"name": "Charles Magic Dev",
"email": "charleslepoittevin34@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/magic-dev/n8n-nodes-magic-inbox.git"
},
"engines": {
"node": ">=18.10"
},
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "echo 'Linting Magic Inbox P2P...'"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [],
"nodes": [
"dist/nodes/MagicInbox/MagicInbox.node.js",
"dist/nodes/MagicInbox/MagicInboxSend.node.js"
]
}
}