@rise4fun/docusaurus-remark-plugin-code-element
Version:
Run tool and show output.
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "@rise4fun/docusaurus-remark-plugin-code-element",
"version": "4.0.0",
"description": "Run tool and show output.",
"keywords": [
"Docusaurus",
"remark-plugin",
"rise4fun"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/docusaurus-plugins.git",
"directory": "packages/docusaurus-remark-plugin-code-element"
},
"license": "MIT",
"main": "lib/index.js",
"types": "src/types.d.ts",
"scripts": {
"build": "tsc",
"clear": "rm -Rf lib && rm -Rf .docusaurus",
"test": "vitest run",
"watch": "tsc --watch"
},
"dependencies": {
"fs-extra": "^11.1.0",
"minimatch": "^6.1.6",
"p-all": "^4.0.0",
"tslib": "^2.4.0",
"typescript": "^4.9.4",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@types/fs-extra": "^11.0.0",
"@types/mdast": "^3.0.10",
"remark": "^12.0.1",
"remark-mdx": "^1.6.21",
"to-vfile": "^6.1.0"
},
"engines": {
"node": ">=16.14"
},
"publishConfig": {
"access": "public"
}
}