-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 895 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
{
"name": "marcus.grass.github.io",
"version": "1.0.0",
"description": "html highligting converter script",
"main": "highlight_html.js",
"type": "module",
"scripts": {
"generate": "node highlight_html.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarcusGrass/marcusgrass.github.io.git"
},
"author": "Marcus Grass",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/MarcusGrass/marcusgrass.github.io/issues"
},
"homepage": "https://github.com/MarcusGrass/marcusgrass.github.io#readme",
"dependencies": {
"@wooorm/starry-night": "2.2.0",
"hast-util-to-string": "2.0.0",
"rehype": "13.0.1",
"rehype-stringify": "10.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"unified": "11.0.4",
"unist-util-visit": "5.0.0"
}
}