{
  "name": "gatsby-plugin-page-creator",
  "version": "2.10.2",
  "description": "Gatsby plugin that automatically creates pages from React components in specified directories",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir . --ignore \"**/__tests__\" --extensions \".ts,.js\"",
    "watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --extensions \".ts,.js\"",
    "prepare": "cross-env NODE_ENV=production npm run build"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin"
  ],
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "contributors": [
    "Steven Natera <tektekpush@gmail.com> (https://twitter.com/stevennatera)"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-plugin-page-creator"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-page-creator#readme",
  "dependencies": {
    "@babel/traverse": "^7.12.5",
    "@sindresorhus/slugify": "^1.1.0",
    "chokidar": "^3.5.1",
    "fs-exists-cached": "^1.0.0",
    "gatsby-page-utils": "^0.9.1",
    "gatsby-telemetry": "^1.10.2",
    "globby": "^11.0.2",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "babel-preset-gatsby-package": "^0.12.0",
    "cross-env": "^7.0.3"
  },
  "peerDependencies": {
    "gatsby": "^2.0.0"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "gitHead": "5a654faa25c5fef5ab058e634fd56378a26c067a"
}
