-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 994 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
{
"name": "@microflash/rehype-figure",
"version": "2.1.1",
"description": "rehype plugin to transform an image with alt text to a figure with caption",
"license": "MIT",
"keywords": [
"unified",
"rehype",
"rehype-plugin",
"plugin",
"figure",
"caption",
"image"
],
"repository": "https://github.com/Microflash/rehype-figure.git",
"bugs": "https://github.com/Microflash/rehype-figure/issues",
"homepage": "https://github.com/Microflash/rehype-figure#readme",
"author": "Naiyer Asif (https://www.naiyerasif.com)",
"type": "module",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "vitest plugin"
},
"dependencies": {
"hast-util-whitespace": "^3.0.0",
"hastscript": "^9.0.0",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.5",
"vitest": "^2.0.5"
},
"packageManager": "[email protected]"
}