UNPKG

gatsby-remark-code-titles

Version:

[![CircleCI](https://circleci.com/gh/DSchau/gatsby-remark-code-titles.svg?style=svg)](https://circleci.com/gh/DSchau/gatsby-remark-code-titles)

45 lines (44 loc) 1.14 kB
{ "name": "gatsby-remark-code-titles", "version": "1.1.0", "main": "index.js", "author": "Dustin Schau <dustinschau@gmail.com> (https://dustinschau.com)", "contributors": [ "Vladimir Skok <skok@vova.io> (https://github.com/iamskok/)" ], "license": "MIT", "keywords": [ "gatsby", "gatsby-plugin", "gatsby-remark-plugin" ], "files": [ "index.js" ], "scripts": { "precommit": "pretty-quick --staged", "build": "babel src --out-dir . --ignore __tests__", "prepare": "cross-env NODE_ENV=production npm run build", "test": "jest", "watch": "babel -w src --out-dir . --ignore __tests__" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "cross-env": "^5.2.0", "deepmerge": "^3.1.0", "hast-util-to-html": "^5.0.0", "husky": "^1.3.1", "jest": "^24.1.0", "lint-staged": "^8.1.3", "mdast-util-to-hast": "^4.0.0", "prettier": "^1.16.4", "remark": "^10.0.1", "strip-indent": "^2.0.0" }, "dependencies": { "query-string": "~6.0.0", "unist-util-visit": "~1.3.0" } }