mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 01:07:04 +02:00
9 lines
364 B
JSON
9 lines
364 B
JSON
{
|
|
"name": "task-runner-runtime-extras",
|
|
"description": "Runtime-only extra dependencies for installing packages in the JavaScript task runner image. Installed at Docker image build time. Allow usage in the Code node via 'NODE_FUNCTION_ALLOW_EXTERNAL' env variable on n8n-task-runners.json.",
|
|
"private": true,
|
|
"dependencies": {
|
|
"moment": "2.30.1"
|
|
}
|
|
}
|