UNPKG

skelecli

Version:

πŸš€πŸ‘β€οΈA simple CLI to generate a blueprint for a new projectπŸš€βœ…πŸ‘¨β€πŸ­

22 lines β€’ 384 B
{ "name": "astro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@tailwindcss/vite": "^4.0.9", "astro": "^5.4.0", "tailwindcss": "^4.0.9" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild", "sharp" ] } }