-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1002 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
38
39
40
41
42
{
"name": "remark-d2",
"version": "0.2.3",
"description": "A remark plugin for compiling d2 code blocks in markdown",
"main": "./src/index.js",
"type": "module",
"scripts": {
"delete:static": "rm -rf static",
"pretest": "npm run delete:static",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mech-a/remark-d2.git"
},
"keywords": [
"remark",
"remark-plugin",
"d2",
"plantuml",
"mermaid",
"graphviz"
],
"author": "Gaurav Bhatnagar <[email protected]> (http://gbhat.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mech-a/remark-d2/issues"
},
"homepage": "https://github.com/mech-a/remark-d2#readme",
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"mocha": "^10.2.0",
"prettier": "3.0.0",
"remark": "^14.0.3",
"vfile": "^6.0.1"
},
"dependencies": {
"unist-util-visit": "^5.0.0"
}
}