mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
13 lines
475 B
JSON
13 lines
475 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",
|
|
"ytdl-core": "^4.11.5",
|
|
"youtube-dl-exec": "^3.0.2",
|
|
"yt-search": "^2.10.4",
|
|
"ytsr": "^3.8.4"
|
|
}
|
|
}
|