astro/examples/with-markdown-shiki/package.json
github-actions[bot] ac34a5a03a
[ci] release (beta) (#2989)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-04 15:19:57 -07:00

15 lines
314 B
JSON

{
"name": "@example/with-markdown-shiki",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.8.1",
"astro": "^1.0.0-beta.1"
}
}