c83d481733
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
17 lines
317 B
JSON
17 lines
317 B
JSON
{
|
|
"name": "@example/framework-lit",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/renderer-lit": "^0.1.0",
|
|
"astro": "^0.20.0"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|