astro/examples/with-markdown/package.json
github-actions[bot] 31c24778aa
Version Packages (next) (#859)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-26 11:19:41 -04:00

15 lines
261 B
JSON

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