next.js/bench/module-cost/package.json
package.json18 lines468 B
{
  "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.58.2"
  }
}
Quest for Codev2.0.0
/
SIGN IN