astro/packages/integrations/mdx/test/fixtures/mdx-frontmatter-injection/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
278 B
JSON
Raw Normal View History

{
"name": "@test/mdx-frontmatter-injection",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/mdx": "workspace:*",
2023-06-21 13:09:49 +00:00
"astro": "workspace:*",
"mdast-util-to-string": "^3.2.0",
"reading-time": "^1.5.0",
2023-06-21 13:09:49 +00:00
"unist-util-visit": "^4.1.2"
}
}