@webdoc/plugin-markdown
Version:
Use markdown syntax in your documentation
59 lines (58 loc) • 1.56 kB
JSON
{
"name": "@webdoc/plugin-markdown",
"version": "2.2.0",
"description": "Use markdown syntax in your documentation",
"keywords": [
"webdoc",
"markdown",
"plugin"
],
"author": "Shukant Pal <shukantpal@outlook.com>",
"homepage": "https://github.com/SukantPal/webdoc/tree/master/packages/webdoc-plugin-markdown#readme",
"license": "The Prosperity Public License 3.0.0",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SukantPal/webdoc.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"flow": "flow check",
"build": "babel src --out-dir lib",
"unit-test": "",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/SukantPal/webdoc/issues"
},
"dependencies": {
"highlight.js": "~10.7.2",
"markdown-it": "13.0.1",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-transform-flow-comments": "7.17.12"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "7.18.5",
"@babel/preset-env": "^7.9.5",
"@babel/preset-flow": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.9.0",
"@webdoc/babel-preset": "^1.0.0",
"@webdoc/eslint-config": "^1.0.0",
"del": "5.1.0",
"eslint": "8.18.0",
"flow-bin": "^0.130.0",
"flow-typed": "^3.2.1"
},
"gitHead": "a2866c1a42f60180a74add7bc1b0f42d8bb16330"
}