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