astro/examples/portfolio/package.json
github-actions[bot] a4a7685be1
Version Packages (#1217)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-24 16:11:51 -04:00

16 lines
274 B
JSON

{
"name": "@example/portfolio",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"astro": "^0.19.4"
},
"snowpack": {
"workspaceRoot": "../.."
}
}