size-limit
Version:
CLI tool for Size Limit
36 lines (35 loc) • 723 B
JSON
{
"name": "size-limit",
"version": "11.1.4",
"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": "^3.6.0",
"globby": "^14.0.1",
"jiti": "^1.21.0",
"lilconfig": "^3.1.1",
"nanospinner": "^1.1.0",
"picocolors": "^1.0.1"
}
}