astro/examples/framework-lit/package.json
github-actions[bot] 1da4682a50
[ci] release (#2291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-30 09:14:21 -05:00

15 lines
299 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.3.0",
"astro": "^0.22.2"
}
}