astro/examples/framework-svelte/package.json
github-actions[bot] b5a8418f82
[ci] release (next) (#2812)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-18 18:20:21 -05:00

15 lines
303 B
JSON

{
"name": "@example/framework-svelte",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/svelte": "^0.0.1",
"astro": "^0.25.0-next.0"
}
}