astro/examples/portfolio/package.json
2021-09-06 01:21:39 -07:00

24 lines
616 B
JSON

{
"name": "@example/portfolio",
"version": "0.0.1",
"private": true,
"description": "Astro's official Portfolio Template. For truly impressive portfolios its best built with Astro",
"keywords": ["create-astro","template","astro"],
"repository": {
"directory": "/examples/portfolio",
"type": "github",
"url": "https://github.com/snowpackjs/astro/tree/main"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
},
"snowpack": {
"workspaceRoot": "../.."
}
}