gatsby-remark-dictionary
Version:
Create a dictionary of word and phrases to be converted to highlighted values and links. define once and all phrases will be converted during build time.
32 lines (31 loc) • 1.01 kB
JSON
{
"name": "gatsby-remark-dictionary",
"version": "1.0.5",
"description": "Create a dictionary of word and phrases to be converted to highlighted values and links. define once and all phrases will be converted during build time.",
"main": "index.js",
"scripts": {
"test": "cd ./test && yarn && yarn add gatsby-remark-dictionary && yarn build && yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShaharSharron/gatsby-remark-dictionary.git"
},
"keywords": [
"gatsby-transform-remark",
"remark",
"gatsby",
"gatsby-plugin",
"gatsby-remark-plugin",
"gatsby-transformer-plugin"
],
"author": "Shahar Sharron",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShaharSharron/gatsby-remark-dictionary/issues"
},
"homepage": "https://github.com/ShaharSharron/gatsby-remark-dictionary#readme",
"dependencies": {
"unist-util-visit": "^2.0.3",
"mdast-util-to-string": "^1.1.0"
}
}