forked from tylingsoft/markdown-it-mermaid
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.28 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "@liradb2000/markdown-it-mermaid",
"version": "0.4.4",
"description": "Forked Package markdown-it-mermaid (Newely).",
"main": "dist/index.js",
"scripts": {
"build": "webpack --progress --color",
"build:watch": "npm build --watch",
"release": "npm build -p",
"test": "node -r @babel/register test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liradb2000/markdown-it-mermaid.git"
},
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"mermaid",
"flowchart",
"sequence"
],
"author": "DB KIM <https://github.com/liradb2000>",
"license": "MIT",
"bugs": {
"url": "https://github.com/liradb2000/markdown-it-mermaid/issues"
},
"homepage": "https://github.com/liradb2000/markdown-it-mermaid#readme",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.10.4",
"@babel/preset-es2016": "^7.0.0-beta.53",
"@babel/register": "^7.13.16",
"babel-loader": "^8.1.0",
"markdown-it": "^8.4.2",
"standard": "^10.0.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.0"
},
"dependencies": {
"mermaid": "^8.13.0",
"npm": "^7.24.1"
}
}