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