{
  "name": "gatsby-plugin-nginx-redirect",
  "version": "0.0.11",
  "description": "Adds your redirects to nginx conf on gatsby build",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir . --ignore \"**/*.test.js\"",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir .",
    "test": "jest"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "nginx",
    "redirect",
    "redirects",
    "nginx.conf",
    "createRedirect"
  ],
  "repository": "https://github.com/gimoteco/gatsby-plugin-nginx-redirect",
  "author": "Guilherme Barbosa Ferreira <gimoteco@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "^9.0.0",
    "lodash": "^4.17.20",
    "nginx-conf": "^1.5.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "babel-jest": "^26.3.0",
    "babel-preset-gatsby-package": "^0.4.2",
    "cross-env": "^5.2.1",
    "jest": "^26.4.2"
  },
  "peerDependencies": {
    "gatsby": "^2.0.0"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "homepage": "https://github.com/gimoteco/gatsby-plugin-nginx-redirect",
  "bugs": {
    "url": "https://github.com/gimoteco/gatsby-plugin-nginx-redirect"
  }
}
