{
  "name": "gatsby-plugin-replace-paths",
  "version": "1.0.1",
  "description": "A Gatsby plugin to replace page paths.",
  "license": "MIT",
  "repository": "https://github.com/jean-smaug/gatsby-plugin-replace-paths",
  "author": {
    "name": "Maxime Blanc",
    "email": "maximeblanc.dev@gmail.com",
    "url": "https://maximeblanc.fr"
  },
  "main": "gatsby-node.js",
  "scripts": {
    "build": "microbundle --sourcemap false --format cjs",
    "clean": "rimraf .rpt2_cache gatsby-node.js",
    "dev": "microbundle watch --sourcemap false --format cjs",
    "prebuild": "yarn clean",
    "test": "jest",
    "version": "write-changelog"
  },
  "files": [
    "gatsby-node.js"
  ],
  "keywords": [
    "gatsby",
    "gatsby-plugin"
  ],
  "devDependencies": {
    "@types/jest": "25.2.1",
    "jest": "25.4.0",
    "microbundle": "0.11.0",
    "rimraf": "3.0.2",
    "ts-jest": "25.4.0",
    "typescript": "3.8.3",
    "write-changelog": "1.2.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "ts"
    ],
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts$",
    "transform": {
      ".+\\.ts$": "ts-jest"
    }
  }
}
