-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 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
48
49
50
{
"name": "remark-clang-format",
"version": "2.4.5",
"description": "run clang-format for code in markdown",
"main": "index.js",
"scripts": {
"test": "ava",
"release": "zx scripts/release.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ir1d/remark-clang-format.git"
},
"keywords": [
"clang-format",
"remark"
],
"author": "Ir1d",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ir1d/remark-clang-format/issues"
},
"homepage": "https://github.com/Ir1d/remark-clang-format#readme",
"dependencies": {
"@babel/parser": "^7.18.13",
"@unified-latex/unified-latex-prettier": "^1.0.12",
"@unified-latex/unified-latex-util-parse": "^1.0.12",
"prettier": "^2.3.2",
"unist-util-visit": "^3.1.0"
},
"devDependencies": {
"ava": "^3.15.0",
"bumpp": "^6.0.6",
"child_process": "^1.0.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"fs-extra": "^10.0.0",
"rehype-format": "^4.0.1",
"rehype-mathjax": "^4.0.2",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2",
"zx": "^2.0.0"
},
"type": "module"
}