UNPKG

gatsby-plugin-feed

Version:
53 lines (52 loc) 1.46 kB
{ "name": "gatsby-plugin-feed", "description": "Creates an RSS feed for your Gatsby site.", "version": "5.16.0", "author": "Nicholas Young <nicholas@nicholaswyoung.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.20.13", "common-tags": "^1.8.2", "fs-extra": "^11.2.0", "gatsby-plugin-utils": "^4.16.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "babel-preset-gatsby-package": "^3.16.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed#readme", "keywords": [ "atom", "feed", "gatsby", "gatsby-plugin", "rss" ], "license": "MIT", "main": "index.js", "peerDependencies": { "gatsby": "^5.0.0-next", "react": "^18.0.0 || ^19.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^19.0.0 || ^0.0.0" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-plugin-feed" }, "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore \"**/__tests__\"" }, "engines": { "node": ">=18.0.0 <26" }, "gitHead": "92d6c67dcf10b641adf5fcc81ebeec5f50b75e40" }