{ "name": "new-plcom", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "build:prod": "npm run wallpapers && astro build", "preview": "astro preview", "astro": "astro", "wallpapers": "deno run --allow-read --allow-net --allow-write utils/wallpapers.ts" }, "dependencies": { "@astrojs/tailwind": "^3.1.3", "astro": "^2.5.0", "astro-compress": "^1.1.43", "tailwindcss": "^3.3.2" } }