astro/examples/framework-lit/package.json
github-actions[bot] e0d9a7627d
Version Packages (next) (#1709)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-29 14:48:54 -05:00

15 lines
313 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.0-next.0",
"astro": "^0.21.0-next.0"
}
}