@size-limit/time
Version:
Downloading and running time plugin for Size Limit
31 lines (30 loc) • 637 B
JSON
{
"name": "@size-limit/time",
"version": "13.0.3",
"description": "Downloading and running time plugin for Size Limit",
"keywords": [
"budget",
"performance",
"performance budget",
"plugin",
"size-limit"
],
"license": "MIT",
"author": "Andrey Sitnik <andrey@sitnik.es>",
"repository": "ai/size-limit",
"type": "module",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"dependencies": {
"estimo": "^3.0.5"
},
"peerDependencies": {
"size-limit": "13.0.3"
},
"engines": {
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
},
"preferUnplugged": true
}