-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 918 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
{
"name": "astro-starlight-remark-asides",
"version": "0.0.7",
"description": "Use remark directives to get asides in .md/.mdx styled like starlight's asides",
"license": "MIT",
"keywords": [
"remark",
"asides",
"callouts",
"remark-directives",
"mdx",
"md",
"starlight",
"astro"
],
"repository": {
"type": "git",
"url": "git+https://github.com/OliverSpeir/astro-starlight-remark-asides.git"
},
"bugs": {
"url": "https://github.com/OliverSpeir/astro-starlight-remark-asides/issues"
},
"homepage": "https://github.com/OliverSpeir/astro-starlight-remark-asides#readme",
"type": "module",
"main": "index.js",
"types": "types.d.ts",
"files": [
"index.js",
"styles.css",
"types.d.ts"
],
"peerDependencies": {
"remark-directive": "^3.0.0"
},
"dependencies": {
"unist-util-visit": "^5.0.0",
"hastscript": "^8.0.0"
}
}