{
  "name": "gatsby-image",
  "description": "Lazy-loading React image component with optional support for the blur-up effect.",
  "version": "2.11.0",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "object-fit-images": "^3.2.4",
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@testing-library/react": "^9.5.0",
    "babel-preset-gatsby-package": "^0.12.0",
    "cross-env": "^7.0.3",
    "jest-matchmedia-mock": "^1.1.0"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme",
  "keywords": [
    "gatsby",
    "gatsby-component",
    "react-component"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-image"
  },
  "scripts": {
    "build": "babel src --out-dir . --ignore \"**/__tests__\"",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir . --ignore \"**/__tests__\""
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "gitHead": "7797522184600284a44929cad5b27f2388eb13ee"
}
