50 lines
1.1 KiB
JSON
Executable File
50 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "markdown-it-anchor",
|
|
"version": "5.3.0",
|
|
"description": "Header anchors for markdown-it.",
|
|
"source": "index.js",
|
|
"main": "dist/markdownItAnchor.js",
|
|
"module": "dist/markdownItAnchor.mjs",
|
|
"unpkg": "dist/markdownItAnchor.umd.js",
|
|
"mangle": {
|
|
"regex": "^_"
|
|
},
|
|
"keywords": [
|
|
"markdown",
|
|
"markdown-it",
|
|
"markdown-it-plugin",
|
|
"header",
|
|
"anchor"
|
|
],
|
|
"homepage": "https://github.com/valeriangalliat/markdown-it-anchor",
|
|
"license": "Unlicense",
|
|
"files": [
|
|
"README.md",
|
|
"UNLICENSE",
|
|
"dist/*",
|
|
"runkit.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/valeriangalliat/markdown-it-anchor.git"
|
|
},
|
|
"scripts": {
|
|
"build": "microbundle",
|
|
"dev": "microbundle watch",
|
|
"lint": "standard index.js",
|
|
"prepublish": "npm test",
|
|
"test": "npm run lint && node test"
|
|
},
|
|
"runkitExampleFilename": "runkit.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"markdown-it": "^10.0.0",
|
|
"markdown-it-attrs": "^3.0.1",
|
|
"microbundle": "^0.12.0",
|
|
"standard": "^14.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"markdown-it": "*"
|
|
}
|
|
}
|