mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 00:07:02 +02:00
19 lines
508 B
JSON
19 lines
508 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": "^4.0.0",
|
|
"vitest": "^3.2.0",
|
|
"n8n-workflow": "workspace:*"
|
|
}
|
|
}
|