-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 961 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@kazumatu981/markdown-it-kroki",
"version": "1.3.5",
"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": "^4.0.3",
"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"
}
}