astro/examples/portfolio/package.json

25 lines
616 B
JSON
Raw Normal View History

{
"name": "@example/portfolio",
"version": "0.0.1",
"private": true,
2021-08-10 00:24:25 +00:00
"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": "../.."
}
}