UNPKG

gatsby-mdx-remote

Version:

A plugin to transform nodes with mdx content and frontmatter into mdx File nodes for consumption by the gatsby-plugin-mdx plugin

43 lines (42 loc) 1.06 kB
{ "name": "gatsby-mdx-remote", "version": "1.0.20", "description": "A plugin to transform nodes with mdx content and frontmatter into mdx File nodes for consumption by the gatsby-plugin-mdx plugin", "main": "index.js", "homepage": "https://github.com/dfrnt-com/gatsby-mdx-remote#readme", "bugs": { "url": "https://github.com/dfrnt-com/gatsby-mdx-remote/issues" }, "scripts": { "build": "npx tsc -b", "watch": "npx tsc -w", "publish": "npx npm run build && npx npm publish" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-transformer-plugin", "gatsby-plugin-mdx", "gatsby-mdx-remote", "mdx", "dfrnt", "remote" ], "author": "Philippe Höij <philippe.hoij@dfrnt.com>", "license": "MIT", "dependencies": { "gatsby-source-filesystem": "^5.8.0", "remark": "^14.0.2", "unist-util-visit": "^2.0.3", "yaml": "^2.2.1" }, "peerDependencies": { "gatsby": "^5.0.0-next" }, "engines": { "node": ">=18.0.0" }, "devDependencies": { "typescript": "^5.0.3" } }