summaryrefslogtreecommitdiff
path: root/package.json
blob: 25395849cb492061080c6de69484b2eacc72f15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "eug-vs-xyz",
  "version": "0.0.0",
  "author": "eug-vs <eugene@eug-vs.xyz>",
  "license": "MIT",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "dependencies": {
    "astro": "^1.5.2"
  }
}