magic-dev-documentation
Version:
Official documentation for Magic Dev 5.0 – from construction worker to n8n pioneer
35 lines (34 loc) • 759 B
JSON
{
"name": "magic-dev-documentation",
"version": "1.0.1",
"description": "Official documentation for Magic Dev 5.0 – from construction worker to n8n pioneer",
"main": "README.md",
"scripts": {
"test": "echo \"No tests for docs\" && exit 0"
},
"keywords": [
"n8n",
"documentation",
"magic-dev",
"automation",
"ai",
"community-node"
],
"author": "Charles",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/charles-magic-dev/magic-dev-documentation"
},
"homepage": "https://t.me/magicdev_bot",
"funding": {
"type": "crypto",
"url": "0xfb1f5190Dd2498Cd25Db95d6b23C7145bc14E667"
},
"files": [
"README.md",
"docs/",
"examples/",
"assets/"
]
}