astro/packages/integrations/mdx/test/fixtures/mdx-optimize/package.json

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

9 lines
141 B
JSON
Raw Normal View History

{
"name": "@test/mdx-optimize",
"private": true,
"dependencies": {
"@astrojs/mdx": "workspace:*",
"astro": "workspace:*"
}
}