summaryrefslogtreecommitdiff
path: root/www/package.json
blob: d4ebe9d6643eab708bfb54a45c30ea9e340533e3 (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.19.0-next.0"
  }
}