mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 09:47:00 +02:00
20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"node": "n8n-nodes-base.timeSaved",
|
|
"nodeVersion": "1.0",
|
|
"codexVersion": "1.0",
|
|
"details": "Track Saved Time",
|
|
|
|
"categories": ["Core Nodes", "Development"],
|
|
"resources": {
|
|
"primaryDocumentation": [
|
|
{
|
|
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.savedTime/"
|
|
}
|
|
]
|
|
},
|
|
"alias": ["time", "track", "saved"],
|
|
"subcategories": {
|
|
"Core Nodes": ["Helpers"]
|
|
}
|
|
}
|