n8n/packages/testing/performance/package.json
Declan Carroll 1b6a3bd814
chore: Type-check @n8n/performance benchmarks (#32361)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-16 08:25:18 +00:00

22 lines
660 B
JSON

{
"name": "@n8n/performance",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"format": "biome format --write .",
"format:check": "biome ci .",
"typecheck": "tsc --noEmit",
"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"
}