mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 14:57:21 +02:00
23 lines
643 B
JSON
23 lines
643 B
JSON
{
|
|
"name": "workflow-scripts",
|
|
"scripts": {
|
|
"test": "node --test --experimental-test-module-mocks ./*.test.mjs ./quality/*.test.mjs ./slack/*.test.mjs",
|
|
"generate-sbom": "cdxgen -t pnpm --no-install-deps -o ../../sbom-source.cdx.json ../../compiled/"
|
|
},
|
|
"dependencies": {
|
|
"@actions/github": "9.0.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": {
|
|
"@cyclonedx/cdxgen": "12.4.0",
|
|
"conventional-changelog-angular": "8.3.0"
|
|
}
|
|
}
|