{
  "name": "@netlify/plugin-gatsby",
  "version": "3.8.4",
  "description": "Netlify Build plugin - Run Gatsby seamlessly on Netlify",
  "source": "src/index.ts",
  "main": "lib/index.js",
  "files": [
    "src/templates/**",
    "lib/**/*",
    "manifest.yml"
  ],
  "keywords": [
    "netlify-plugin",
    "netlify",
    "gatsby",
    "gatsbyjs"
  ],
  "author": "Luke Oliff <luke@lukeoliff.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/netlify/netlify-plugin-gatsby"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=14.17.0"
  },
  "bugs": {
    "url": "https://github.com/netlify/netlify-plugin-gatsby/issues"
  },
  "scripts": {
    "prepublishOnly": "npm-run-all -l -s clean -p copy-readme build",
    "copy-readme": "cp ../README.md .",
    "clean": "rimraf lib",
    "watch": "tsc --watch",
    "build": "tsc",
    "start": "npm run watch",
    "prepare": "npm run build"
  },
  "dependencies": {
    "@netlify/functions": "^1.6.0",
    "@netlify/ipx": "^1.4.6",
    "abortcontroller-polyfill": "^1.7.3",
    "chalk": "^4.1.2",
    "co-body": "^6.1.0",
    "cookie": "^0.7.0",
    "etag": "^1.8.1",
    "fs-extra": "^10.0.0",
    "linkfs": "^2.1.0",
    "multer": "^2.0.0",
    "node-fetch": "^2.6.1",
    "node-stream-zip": "^1.15.0",
    "pathe": "^0.3.0",
    "pretty-bytes": "^5.6.0",
    "semver": "^7.3.5",
    "statuses": "^2.0.1",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@gatsbyjs/reach-router": "^2.0.0",
    "@netlify/build": "^33.4.3",
    "@types/chance": "^1.1.3",
    "@types/fs-extra": "^9.0.12",
    "@types/multer": "^1.4.7",
    "@types/semver": "^7.3.9",
    "chance": "^1.1.8",
    "execa": "^5.0.0",
    "gatsby": "^5.2.0",
    "npm-run-all2": "^5.0.0",
    "react": "^18.2.0",
    "rimraf": "^5.0.0",
    "tmp-promise": "^3.0.3",
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "@gatsbyjs/reach-router": "*",
    "common-tags": "^1.8.2"
  }
}
