summaryrefslogtreecommitdiff
path: root/www/package.json
blob: 6bcbb603100a7928e49797fce771293dbc8d8f74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "www",
  "version": "1.1.0",
  "private": true,
  "scripts": {
    "start": "astro dev",
    "build": "astro build"
  },
  "devDependencies": {
    "astro": "^0.18.0"
  }
}