{ "name": "module-cost", "scripts": { "prepare-bench": "node scripts/prepare-bench.mjs", "benchmark": "node scripts/benchmark-runner.mjs", "dev-webpack": "next dev --webpack", "dev-turbopack": "next dev --turbopack", "build-webpack": "next build --webpack", "build-turbopack": "next build --turbopack", "start": "next start" }, "devDependencies": { "rimraf": "6.0.1", "next": "workspace:*", "playwright": "^1.40.0" } }