n8n/packages/testing/performance/package.json
Matsu e34343b4a0
chore: Migrate all base packages to TypeScript 7 (#34338)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-17 12:56:29 +03:00

23 lines
700 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:*",
"typescript": "catalog:typescript"
},
"license": "LicenseRef-n8n-sustainable-use"
}