{ "name": "gatsby-redirect-from", "version": "0.4.1", "author": "Matthias Kretschmann ", "description": "Set redirect urls in your YAML frontmatter within your Gatsby site's Markdown files. Mimics the behavior of jekyll-redirect-from.", "homepage": "https://kremalicious.com/gatsby-redirect-from/", "license": "MIT", "main": "index.js", "scripts": { "build": "cross-env NODE_ENV=production babel src --out-dir . --ignore __tests__", "start": "babel -w src --out-dir . --ignore __tests__", "test": "eslint src/**/*.js", "format": "prettier --write 'src/**/*.{js,jsx}'", "release": "release-it --non-interactive", "changelog": "auto-changelog -p", "prepublishOnly": "npm run build" }, "browserslist": [ "maintained node versions" ], "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@babel/helper-define-map": "^7.13.12", "@babel/preset-env": "^7.14.2", "auto-changelog": "^2.2.1", "chalk": "^4.1.1", "cross-env": "^7.0.3", "eslint": "^7.27.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "prettier": "^2.3.0", "release-it": "^14.6.2" }, "peerDependencies": { "gatsby": "^2.0.0 || ^3.0.0", "gatsby-plugin-meta-redirect": ">=1.1.0" }, "engines": { "node": ">=12" }, "repository": "github:kremalicious/gatsby-redirect-from", "bugs": { "url": "https://github.com/kremalicious/gatsby-redirect-from/issues" }, "keywords": [ "gatsby", "gatsby-plugin", "redirect" ], "release-it": { "hooks": { "before:init": "npm test", "after:bump": "npm run changelog" }, "git": { "tagName": "v${version}" }, "github": { "release": true }, "npm": { "publish": false } } }