mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-27 21:52:26 -05:00
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"node": "n8n-nodes-example",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"categories": ["Development", "Developer Tools"],
|
|
"resources": {
|
|
"credentialDocumentation": [
|
|
{
|
|
"url": "https://github.com/org/repo?tab=readme-ov-file#credentials"
|
|
}
|
|
],
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://github.com/org/repo?tab=readme-ov-file"
|
|
}
|
|
]
|
|
}
|
|
}
|