astro/examples/with-markdown/package.json
github-actions[bot] 84c18d3030
Version Packages (#1239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-26 15:20:38 -04:00

17 lines
310 B
JSON

{
"name": "@example/with-markdown",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."
}
}