summaryrefslogtreecommitdiff
path: root/package.json
blob: 0766941789ad05e7ee00a448d9dfb5f3bcc9e9be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "hello-astro-cf-workers",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/cloudflare": "^12.6.0",
    "astro": "^5.11.0"
  }
}