mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 17:27:14 +02:00
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
25 lines
977 B
JSON
25 lines
977 B
JSON
{
|
|
"name": "workflow-scripts",
|
|
"scripts": {
|
|
"test": "node --test --experimental-test-module-mocks ./*.test.mjs ./quality/*.test.mjs ./slack/*.test.mjs ../../scripts/licenses/*.test.mjs",
|
|
"generate-sbom": "FETCH_LICENSE=true cdxgen -t pnpm --no-install-deps --profile license-compliance -o ../../sbom-source.cdx.json ../../compiled/",
|
|
"render-licenses-md": "node ../../scripts/licenses/render-licenses-md.mjs ../../sbom-source.cdx.json ../../packages/cli/THIRD_PARTY_LICENSES.md ../../compiled/node_modules",
|
|
"generate-licenses": "pnpm generate-sbom && pnpm render-licenses-md"
|
|
},
|
|
"dependencies": {
|
|
"@actions/github": "9.0.0",
|
|
"@cyclonedx/cdxgen": "12.4.0",
|
|
"@octokit/core": "7.0.6",
|
|
"conventional-changelog": "7.2.0",
|
|
"debug": "4.4.3",
|
|
"glob": "13.0.6",
|
|
"minimatch": "10.2.4",
|
|
"semver": "7.7.4",
|
|
"tempfile": "6.0.1",
|
|
"yaml": "^2.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"conventional-changelog-angular": "8.3.0"
|
|
}
|
|
}
|