{
  "name": "@crave/farmblocks-icon",
  "version": "1.2.4",
  "description": "A SVG icon library for React",
  "author": "Crave Food Systems and AUTHORS",
  "license": "MIT",
  "main": "lib/index.js",
  "files": [
    "AUTHORS",
    "lib"
  ],
  "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'",
    "buildJSX": "rm -rf ./src/jsx && node ./buildJSX.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CraveFood/farmblocks.git"
  },
  "bugs": {
    "url": "https://github.com/CraveFood/farmblocks/issues"
  },
  "homepage": "https://github.com/CraveFood/farmblocks#readme",
  "keywords": [
    "farmblocks",
    "react"
  ],
  "peerDependencies": {
    "prop-types": "^15.8.0",
    "react": "^17.0.2",
    "styled-components": "^5.3.3"
  },
  "devDependencies": {
    "@svgr/core": "^6.1.2",
    "@svgr/plugin-jsx": "^6.1.2",
    "@svgr/plugin-prettier": "^6.1.2",
    "@svgr/plugin-svgo": "^6.1.2",
    "junk": "^4.0.0",
    "ora": "^6.0.1"
  },
  "gitHead": "aed8b93e683ff6733de9c58d26f2e407f9b1aa73"
}
