markdown-it-alert
Version:
Create alerts for markdown
37 lines (36 loc) • 884 B
JSON
{
"name": "markdown-it-alert",
"version": "0.1.5",
"description": "Create alerts for markdown",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest --verbose",
"prepublishOnly": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silvandiepen/markdown-it-alert.git"
},
"keywords": [
"Markdown",
"MarkdownIT",
"Alert",
"Tip"
],
"author": "Sil van Diepen",
"license": "MIT",
"bugs": {
"url": "https://github.com/silvandiepen/markdown-it-alert/issues"
},
"homepage": "https://github.com/silvandiepen/markdown-it-alert#readme",
"devDependencies": {
"@types/markdown-it": "^10.0.1",
"markdown-it": "^11.0.0",
"punycode": "^2.1.1",
"typescript": "^3.9.5",
"@types/jest": "^26.0.13",
"jest": "^26.4.2",
"ts-jest": "^26.3.0"
}
}