13 lines
240 B
JSON
13 lines
240 B
JSON
|
{
|
||
|
"name": "netlify-hosted-astro-project",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"build": "astro build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/netlify": "file:../../..",
|
||
|
"astro": "file:../../../../../astro"
|
||
|
}
|
||
|
}
|