UNPKG

@draftbox-co/gatsby-rehype-inline-images

Version:
52 lines (51 loc) 1.42 kB
{ "name": "@draftbox-co/gatsby-rehype-inline-images", "description": "A Gatsby plugin to download inline images from Ghost", "version": "1.0.2", "author": "Arun Priyadarshi <arunpriyadarshi52@gmail.com>", "repository": { "type": "git", "url": "https://github.com/draftbox-co/gatsby-rehype-inline-images" }, "bugs": { "url": "https://github.com/draftbox-co/gatsby-rehype-inline-images/issues" }, "license": "MIT", "main": "gatsby-node.js", "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__" }, "keywords": [ "gatsby", "gatsby-plugin", "rehype", "html", "images", "images-inline", "images-download", "ghost", "ghost-cms", "draftbox" ], "devDependencies": { "@babel/cli": "7.7.0", "@babel/core": "7.7.2", "babel-preset-gatsby-package": "0.2.11", "cross-env": "6.0.3" }, "peerDependencies": { "gatsby": ">2.0.0-alpha", "gatsby-transformer-rehype": "1.0.3", "react": "^16.12.0", "react-dom": "^16.12.0" }, "dependencies": { "@babel/runtime": "7.8.7", "lodash": "^4.17.15", "unist-util-visit": "^2.0.2", "image-size": "^0.8.3", "rehype-parse": "^6.0.2" } }