{
  "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"
  }
}
