{ "name": "gatsby-redirect-from", "version": "0.4.4", "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.17.6", "@babel/core": "^7.17.5", "@babel/helper-define-map": "^7.16.7", "@babel/preset-env": "^7.16.11", "auto-changelog": "^2.4.0", "chalk": "^5.0.1", "cross-env": "^7.0.3", "eslint": "^8.10.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.5.1", "release-it": "^14.12.5" }, "peerDependencies": { "gatsby": "^2.0.0 || ^3.0.0 || ^4.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 } } }