Files
webSostenible/package.json
h4ckx0r 8dff636d94
All checks were successful
Verificar versión, Compilar y Desplegar / check-version (push) Successful in 5s
Verificar versión, Compilar y Desplegar / build (push) Successful in 11s
Verificar versión, Compilar y Desplegar / deploy (push) Successful in 7s
Mejora del SEO
2024-10-15 23:25:44 +02:00

18 lines
336 B
JSON

{
"name": "websostenible",
"type": "module",
"version": "0.1.1",
"scripts": {
"dev": "astro dev",
"devhost": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"astro": "^4.16.3"
}
}