aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-svelte/package.json
blob: 83a5fbf410464cfa8ab90f0051f43b107a00f221 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@example/framework-svelte",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "astro dev",
    "build": "astro build"
  },
  "devDependencies": {
    "astro": "^0.15.5"
  },
  "snowpack": {
    "workspaceRoot": "../.."
  }
}