size-limit
Version:
CLI tool for Size Limit
36 lines (35 loc) • 726 B
JSON
{
"name": "size-limit",
"version": "11.2.0",
"description": "CLI tool for Size Limit",
"type": "module",
"types": "index.d.ts",
"keywords": [
"size-limit",
"cli",
"esm",
"performance",
"budget",
"performance budget"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "ai/size-limit",
"bin": "bin.js",
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"dependencies": {
"bytes-iec": "^3.1.1",
"chokidar": "^4.0.3",
"jiti": "^2.4.2",
"lilconfig": "^3.1.3",
"nanospinner": "^1.2.2",
"picocolors": "^1.1.1",
"tinyglobby": "^0.2.11"
}
}