{
  "name": "gatsby-link",
  "description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
  "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",
    "@types/reach__router": "^1.3.7",
    "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"
  },
  "peerDependencies": {
    "@reach/router": "^1.3.3",
    "react": "^16.4.2 || ^17.0.0",
    "react-dom": "^16.4.2 || ^17.0.0"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link#readme",
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-link"
  },
  "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__\""
  },
  "types": "index.d.ts",
  "engines": {
    "node": ">=10.13.0"
  },
  "gitHead": "7797522184600284a44929cad5b27f2388eb13ee"
}
