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