astro/examples/starter/package.json

15 lines
252 B
JSON

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