-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.05 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
{
"name": "rehype-semantic-blockquotes",
"version": "3.0.7",
"type": "module",
"license": "MIT",
"description": "A rehype plugin to extend blockquote syntax to make it simple to mention/cite sources in a semantically correct way",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [],
"main": "index.js",
"scripts": {
"test": "tsx index.test.js",
"prepare": "tsc"
},
"remarkConfig": {},
"author": "Nikita Revenco <[email protected]> (https://github.com/nikitarevenco/)",
"homepage": "https://github.com/nikitarevenco/rehype-semantic-blockquotes",
"bugs": "https://github.com/nikitarevenco/rehype-semantic-blockquotes/issues",
"dependencies": {
"@types/hast": "^3.0.4",
"hast-util-whitespace": "^3.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"rehype-parse": "^9.0.1",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unified": "^11.0.5"
}
}