mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
12 lines
240 B
JSON
12 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"
|
|
}
|
|
}
|