mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"name": "workflow-scripts",
|
|
"scripts": {
|
|
"test": "node --test --experimental-test-module-mocks ./*.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@actions/github": "9.0.0",
|
|
"conventional-changelog": "7.2.0",
|
|
"debug": "4.4.3",
|
|
"glob": "13.0.6",
|
|
"semver": "7.7.4",
|
|
"tempfile": "6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"conventional-changelog-angular": "^8.3.0"
|
|
}
|
|
}
|