astro/examples/framework-solid/package.json
github-actions[bot] e3731e5fa8
[ci] release (#2430)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-20 10:04:29 -05:00

15 lines
304 B
JSON

{
"name": "@example/framework-solid",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.3.1",
"astro": "^0.22.16"
}
}