next.js / bench /module-cost /package.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
{
"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"
}
}