first commit
This commit is contained in:
Vendored
Executable
+37
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "@kazumatu981/markdown-it-kroki",
|
||||
"version": "1.3.2",
|
||||
"description": "markdown-it kroki plugin.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha tests/**/*.test.js",
|
||||
"test:coverage": "nyc --reporter=lcov --reporter=html mocha tests/**/*.test.js",
|
||||
"demo": "marp -s -c demo/marp.config.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kazumatu981/markdown-it-kroki.git"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown-it",
|
||||
"markdown-it-plugin",
|
||||
"kroki",
|
||||
"marp",
|
||||
"markdown"
|
||||
],
|
||||
"author": "kazumatu981",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/kazumatu981/markdown-it-kroki/issues"
|
||||
},
|
||||
"homepage": "https://github.com/kazumatu981/markdown-it-kroki#readme",
|
||||
"devDependencies": {
|
||||
"@marp-team/marp-cli": "^3.4.0",
|
||||
"chai": "^4.4.1",
|
||||
"jsdom": "^24.0.0",
|
||||
"markdown-it": "^14.0.0",
|
||||
"mocha": "^10.3.0",
|
||||
"nyc": "^15.1.0",
|
||||
"sinon": "^17.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user