18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
|
"name": "@tenantatlas/website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev --host 0.0.0.0 --port ${WEBSITE_PORT:-4321}",
|
|
"build": "astro build",
|
|
"preview": "astro preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^6.0.0"
|
|
}
|
|
}
|