astro/examples/framework-lit/package.json
github-actions[bot] 2b41db1531
Version Packages (next) (#1089)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-11 16:30:24 -07: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.19.0-next.1"
},
"snowpack": {
"workspaceRoot": "../.."
}
}