astro/examples/framework-lit/package.json
github-actions[bot] 31c24778aa
Version Packages (next) (#859)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-26 11:19:41 -04:00

16 lines
300 B
JSON

{
"name": "@example/framework-lit",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.18.0-next.6"
},
"snowpack": {
"workspaceRoot": "../.."
}
}