2847ff5382
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"name": "@example/framework-multiple",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.20.5",
|
|
"@astrojs/renderer-solid": "^0.1.0"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|