{
  "name": "gatsby-plugin-breadcrumb",
  "version": "12.3.2",
  "description": "Gatsby plugin to add breadcrumbs to your site",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/sbardian/gatsby-plugin-breadcrumb"
  },
  "homepage": "https://github.com/sbardian/gatsby-plugin-breadcrumb",
  "bugs": "https://github.com/sbardian/gatsby-plugin-breadcrumb/issues",
  "author": "Brian Andrews <sbardian@gmail.com>",
  "license": "MIT",
  "contributors": [
    "Brian Andrews <sbardian@gmail.com>"
  ],
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "breadcrumbs",
    "gatsby-plugin-breadcrumb"
  ],
  "scripts": {
    "cm": "git-cz",
    "build": "babel src --out-dir . --ignore **/__tests__",
    "watch": "babel -w src --out-dir . --ignore **/__tests__",
    "lint": "eslint ./src",
    "test": "jest",
    "test:coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "prepublishOnly": "yarn build"
  },
  "release": {
    "branch": "master"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "identity-obj-proxy": "3.0.0",
    "prop-types": "15.8.1",
    "wildcard-match": "5.1.2"
  },
  "devDependencies": {
    "@babel/cli": "7.21.0",
    "@babel/core": "7.21.0",
    "@babel/eslint-parser": "7.19.1",
    "@babel/helper-define-map": "7.18.6",
    "@babel/runtime": "7.21.0",
    "@commitlint/cli": "14.1.0",
    "@commitlint/config-conventional": "14.1.0",
    "@testing-library/dom": "8.20.0",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "12.1.5",
    "babel-jest": "27.5.1",
    "babel-plugin-dynamic-import-node": "2.3.3",
    "babel-preset-gatsby": "2.6.0",
    "babel-preset-gatsby-package": "2.6.0",
    "commitizen": "4.3.0",
    "coveralls": "3.1.1",
    "cross-env": "7.0.3",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "8.35.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-config-prettier": "8.6.0",
    "eslint-config-react": "1.1.7",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jsx-a11y": "6.7.1",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.32.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "gatsby": "4.6.2",
    "husky": "7.0.4",
    "jest": "27.5.1",
    "jest-dom": "4.0.0",
    "lint-staged": "11.2.6",
    "prettier": "2.8.4",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "semantic-release": "18.0.1"
  },
  "peerDependencies": {
    "gatsby": "3.x - 5.x"
  }
}
