summaryrefslogtreecommitdiff
path: root/www/package.json
blob: babcf81f4259a35e3d30e3e43c449e44ec981be5 (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.17.1"
  }
}