next-page-budget
Version:
CLI tool to specify and control per page JS bundle limit for Next.js applications
36 lines (35 loc) • 816 B
JSON
{
"name": "next-page-budget",
"version": "0.1.2",
"main": "src/index.js",
"description": "CLI tool to specify and control per page JS bundle limit for Next.js applications",
"bin": "dist/index.js",
"keywords": [
"next.js",
"next",
"size",
"budget",
"limit",
"performance",
"performance budget"
],
"license": "MIT",
"engines": {
"node": "^12.9.0 || ^14.0.0 || >=16.0.0"
},
"scripts": {
"package": "rm -rf dist && ncc build src/index.js -o dist",
"prepublishOnly": "npm run package"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
"chokidar": "^3.5.2",
"brotli-size": "^4.0.0",
"bytes": "^3.1.0",
"colorette": "^1.4.0",
"gzip-size": "^6.0.0",
"lilconfig": "^2.0.3",
"micromatch": "^4.0.4",
"table": "^6.7.1"
}
}