aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/fixtures/render-with-extends-components/package.json
blob: 962a2b8a7635709260f6dcb93e29b4496d235814 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "name": "@test/markdoc-render-with-extends-components",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "@astrojs/markdoc": "workspace:*",
    "astro": "workspace:*"
  }
}