UNPKG

@size-limit/webpack

Version:

Webpack plugin for Size Limit

32 lines (31 loc) 634 B
{ "name": "@size-limit/webpack", "version": "12.1.0", "description": "Webpack plugin for Size Limit", "keywords": [ "budget", "performance", "performance budget", "plugin", "size-limit", "webpack" ], "license": "MIT", "author": "Andrey Sitnik <andrey@sitnik.es>", "repository": "ai/size-limit", "type": "module", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "dependencies": { "nanoid": "^5.1.7", "webpack": "^5.106.1" }, "peerDependencies": { "size-limit": "12.1.0" }, "engines": { "node": "^20.0.0 || ^22.0.0 || >=24.0.0" } }