n8n-nodes-magic-dev
Version:
🪄 Magic Dev - Revolutionary community n8n node: AI Generation, Creator Hub, Quest Unlock, Market, P2P Magic Inbox (send & receive)!
58 lines (57 loc) • 1.35 kB
JSON
{
"name": "n8n-nodes-magic-dev",
"version": "6.3.1",
"description": "🪄 Magic Dev - Revolutionary community n8n node: AI Generation, Creator Hub, Quest Unlock, Market, P2P Magic Inbox (send & receive)!",
"files": [
"dist",
"nodes",
"README.md"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint nodes credentials package.json"
},
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/MagicDev/credentials/MagicDevAuth.credentials.js"
],
"nodes": [
"dist/MagicDev/MagicDev.node.js",
"dist/MagicInboxReceiver/MagicInboxReceiver.trigger.js"
]
},
"keywords": [
"n8n",
"n8n-nodes",
"automation",
"workflow",
"magic-dev",
"ai-generation",
"biomimetic",
"gamification",
"community",
"quest-system",
"creator-hub",
"workflow-teleportation"
],
"author": "Charles <charleslepoittevin34@gmail.com>",
"license": "MIT",
"homepage": "https://www.npmjs.com/package/n8n-nodes-magic-dev",
"repository": {
"type": "git",
"url": "https://github.com/CharlesMagicDev"
},
"bugs": {
"email": "charleslepoittevin34@gmail.com"
},
"dependencies": {
"n8n-workflow": "^1.0.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "^5.4.5",
"eslint": "^8.57.0"
}
}