astro/examples/framework-lit/package.json
github-actions[bot] fe11bdb5f7
chore: release (#2118)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-03 16:29:11 -06:00

15 lines
300 B
JSON

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