3f167c13cc
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
15 lines
257 B
JSON
15 lines
257 B
JSON
{
|
|
"name": "@example/framework-preact",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.18.4"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|