n8n/packages/testing/performance/package.json
Declan Carroll 29735c7a04
chore: Standardize license metadata across all first-party packages and tighten SBOM pipeline (no-changelog) (#31880)
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-06-08 10:19:32 +00:00

21 lines
627 B
JSON

{
"name": "@n8n/performance",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"format": "biome format --write .",
"format:check": "biome ci .",
"bench": "vitest bench --run",
"bench:baseline": "node scripts/save-baseline.mjs",
"bench:compare": "vitest bench --run --outputJson ./profiles/benchmark-results.json && node scripts/check-regression.mjs"
},
"devDependencies": {
"@codspeed/vitest-plugin": "^5.2.0",
"@n8n/expression-runtime": "workspace:*",
"vitest": "catalog:",
"n8n-workflow": "workspace:*"
},
"license": "LicenseRef-n8n-sustainable-use"
}