mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"scripts": {
|
|
"test": "node --test --experimental-test-module-mocks ./*.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"cacheable-lookup": "6.1.0",
|
|
"conventional-changelog": "^4.0.0",
|
|
"debug": "4.3.4",
|
|
"glob": "10.5.0",
|
|
"p-limit": "3.1.0",
|
|
"picocolors": "1.0.1",
|
|
"semver": "7.5.4",
|
|
"tempfile": "5.0.0",
|
|
"@actions/github": "9.0.0"
|
|
}
|
|
}
|