{
  "name": "gatsby-background-image",
  "description": "Lazy-loading React background-image component with optional support for the blur-up effect.",
  "version": "1.6.0",
  "author": "Tim Hagn <mail@timhagn.com>",
  "contributors": [
    "Tim Hagn <mail@timhagn.com>",
    "Kyle Mathews <mathews.kyle@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com/timhagn/gatsby-background-image/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.16.5",
    "filter-invalid-dom-props": "^2.1.0",
    "global": "^4.4.0",
    "short-uuid": "^4.2.0",
    "sort-media-queries": "^0.2.2"
  },
  "peerDependencies": {
    "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",
    "react": ">=16.x",
    "react-dom": ">=16.x"
  },
  "homepage": "https://github.com/timhagn/gatsby-background-image/tree/main/packages/gatsby-background-image#readme",
  "keywords": [
    "gatsby",
    "gatsby-component",
    "gatsby-image",
    "background-image",
    "backgroundImage",
    "background",
    "image",
    "react-component"
  ],
  "license": "MIT",
  "main": "./index.js",
  "files": [
    "/index.js",
    "/index.d.ts",
    "/gatsby-node.js",
    "/gatsby-browser.js",
    "lib"
  ],
  "repository": "https://github.com/timhagn/gatsby-background-image/tree/main/packages/gatsby-background-image",
  "scripts": {
    "build": "npm run format && babel src --out-dir . --ignore **/__tests__",
    "format": "prettier --write \"src/*.js\"",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir . --ignore **/__tests__",
    "test": "jest -i",
    "test:update": "jest -i -u --coverage"
  },
  "gitHead": "9ee773d5692a0e4cb1c3f017ca8f3a16563fb3e5"
}
