blob: 75429ecc6d60712f6f7f248e9153fb1ffd552c59 (
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.3"
}
}
|