summaryrefslogtreecommitdiff
path: root/examples/env-vars/package.json
blob: fc32a3e5557f50026a1a87d88e717431183b04eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@example/env-vars",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "astro": "^1.1.3"
  }
}