astro/examples/framework-multiple/package.json
github-actions[bot] 85eb3141cd
[ci] release (next) (#2607)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-17 11:11:06 -05:00

15 lines
321 B
JSON

{
"name": "@example/framework-multiple",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.4.0-next.0",
"astro": "^0.23.0-next.10"
}
}