UNPKG

gatsby-performance-budget

Version:

A package to check performance budget against the page weight of every page

27 lines (26 loc) 589 B
{ "name": "gatsby-performance-budget", "version": "0.1.11", "description": "A package to check performance budget against the page weight of every page", "main": "index.js", "scripts": { "test": "echo \"No test specified\"" }, "keywords": [ "gatsby", "performance", "performance-budget" ], "author": "Daniel Akuoko Jnr", "license": "ISC", "bin": { "check-perf": "./bin/run.js" }, "dependencies": { "chalk": "^3.0.0", "cliui": "^6.0.0", "fixed-width-string": "^1.1.0", "lighthouse": "^5.6.0", "pretty-bytes": "^5.3.0" } }