@dprint/markdown
Version:
Wasm module for dprint-plugin-markdown.
30 lines (29 loc) • 681 B
JSON
{
"name": "@dprint/markdown",
"version": "0.20.0",
"description": "Wasm module for dprint-plugin-markdown.",
"main": "./index.js",
"types": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/dprint/dprint-plugin-markdown.git"
},
"keywords": [
"markdown",
"code",
"formatter",
"dprint"
],
"author": "David Sherret",
"license": "MIT",
"bugs": {
"url": "https://github.com/dprint/dprint-plugin-markdown/issues"
},
"homepage": "https://github.com/dprint/dprint-plugin-markdown#readme",
"scripts": {
"test": "node index.test.js"
},
"devDependencies": {
"@dprint/formatter": "~0.4.0"
}
}