astro/packages/integrations/image/test/fixtures/with-mdx/package.json

12 lines
232 B
JSON
Raw Normal View History

{
"name": "@test/with-mdx",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/image": "workspace:*",
"@astrojs/mdx": "workspace:*",
"@astrojs/node": "workspace:*",
"astro": "workspace:*"
}
}