gatsby-source-medium-feed
Version:
Gatsby plugin to get posts written in medium
38 lines • 1.04 kB
JSON
{
"name": "gatsby-source-medium-feed",
"version": "1.0.6",
"description": "Gatsby plugin to get posts written in medium",
"main": "gatsby-node.js",
"scripts": {
"format": "prettier --write \"src/**/*.js\"",
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"keywords": [
"gatsby",
"medium",
"feed",
"gatsby-plugin",
"gatsby-source",
"gatsby-source-medium-feed"
],
"author": "Devs Group <info@devs-group.com>",
"repository": {
"type": "git",
"url": "https://github.com/devs-group/gatsby-source-medium-feed.git"
},
"website": "https://github.com/devs-group",
"license": "MIT",
"devDependencies": {
"prettier": "1.17.0",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.1.4",
"cross-env": "^5.1.4"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"rss-parser": "3.7.0"
}
}