astro/docs-www/package.json
github-actions[bot] 16724f93e3
Version Packages (#513)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-22 15:01:33 -04:00

15 lines
237 B
JSON

{
"name": "docs-www",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.14.0"
},
"snowpack": {
"workspaceRoot": ".."
}
}