astro/examples/portfolio/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
259 B
JSON

{
"name": "@astrojs/portfolio-template",
"private": true,
"version": "0.0.1",
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.14.0"
},
"snowpack": {
"workspaceRoot": "../.."
}
}