{
  "name": "@crave/farmblocks-image",
  "version": "3.2.12",
  "description": "A react component for thumbnail images",
  "author": "Crave Food Systems and AUTHORS",
  "license": "MIT",
  "main": "lib/index.js",
  "files": [
    "AUTHORS",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "lib"
  ],
  "repository": "https://github.com/CraveFood/farmblocks",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "build": "yarn clean && babel --root-mode upward src -d lib --ignore 'src/**/*.test.js','src/**/*.story.js'"
  },
  "peerDependencies": {
    "prop-types": "^15.8.0",
    "react": "^17.0.2",
    "styled-components": "^5.3.3"
  },
  "dependencies": {
    "@crave/farmblocks-theme": "^1.12.4"
  },
  "gitHead": "22b3a1773647b5b8be826e84ef0d9dab024ebfb0"
}
