diff options
Diffstat (limited to 'examples/with-markdoc/package.json')
-rw-r--r-- | examples/with-markdoc/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json new file mode 100644 index 000000000..f9be2cf9a --- /dev/null +++ b/examples/with-markdoc/package.json @@ -0,0 +1,16 @@ +{ + "name": "@example/with-markdoc", + "type": "module", + "version": "0.0.1", + "private": true, + "scripts": { + "dev": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/markdoc": "^0.15.0", + "astro": "^5.9.0" + } +} |