rehype-docm
Version:
Rehype plugin used by docm
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "rehype-docm",
"version": "0.2.14",
"description": "Rehype plugin used by docm",
"license": "MIT",
"author": {
"name": "Weich",
"email": "sosout@139.com",
"url": "https://github.com/sosout"
},
"keywords": [
"docm"
],
"homepage": "https://github.com/meitianyitan/docm",
"bugs": {
"url": "https://github.com/meitianyitan/docm/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/meitianyitan/docm.git"
},
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
"typings": "dist/index.d.ts",
"source": "src/index.ts",
"files": [
"dist/",
"package.json",
"README.md"
],
"scripts": {
"dev": "libundler watch -e all --ts",
"build": "libundler build -e all --ts --c",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.{ts,tsx,md,mdx,js,jsx,json}\" --write",
"fix:tslint": "tslint --fix --project .",
"tslint": "tslint --project ."
},
"dependencies": {
"docm-utils": "^0.2.14",
"hast-util-to-string": "^1.0.1",
"jsx-ast-utils": "^2.0.1",
"lodash.flatten": "^4.4.0",
"unist-util-is": "^2.1.2"
},
"gitHead": "82e2f01c221d1cc75ff76d928066e02f241f3773"
}