{ "name": "demo-static", "private": true, "version": "1.0.3", "main": "index.js", "scripts": { "start": "astro dev", "dev": "astro dev", "build": "astro build", "build:preview:static": "astro build && astro preview", "build:preview": "astro build && astro preview" }, "author": "Ayo Ayco", "license": "MIT", "description": "", "devDependencies": { "@astrojs/node": "^10.0.4", "@ayco/astro-sw": "workspace:*", "@fastify/middie": "^9.3.1", "@fastify/static": "^9.0.0", "astro": "^6.1.3", "fastify": "^5.8.4" } }