summaryrefslogtreecommitdiff
path: root/examples/starter/package.json
blob: 4353e174fa49a360e800fa3fc682ab59f35cdb1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@example/starter",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "astro dev",
    "build": "astro build"
  },
  "devDependencies": {
    "astro": "^0.18.8"
  },
  "snowpack": {
    "workspaceRoot": "../.."
  }
}