gatsby-remark-prismjs-title
Version:
コードスニペットの前にコードのタイトルを追加します。
32 lines (31 loc) • 629 B
JSON
{
"name": "gatsby-remark-prismjs-title",
"version": "1.0.0",
"main": "index.js",
"author": "otanu <otanu.t.dev@gmail.com> (https://qiita.com/otanu)",
"contributors": [],
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-remark-plugin"
],
"files": [
"index.js"
],
"scripts": {
"test": "jest"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.3",
"jest": "^24.7.1",
"remark": "9.0.0"
},
"dependencies": {
"unist-util-visit": "~1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/otanu/gatsby-remark-prismjs-title.git"
}
}