summaryrefslogtreecommitdiff
path: root/examples/hackernews/package.json
blob: 4b12873f7f8e839faf5590e98fa6c1836dbca636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "@example/hackernews",
  "type": "module",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "check": "astro check && tsc",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/node": "^3.1.0",
    "astro": "^1.6.11"
  }
}